Struct specta_typescript::ExportPath
source · pub struct ExportPath(/* private fields */);
Expand description
Represents the path of an error in the export tree.
This is designed to be opaque, meaning it’s internal format and Display
impl are subject to change at will.
Trait Implementations§
source§impl Debug for ExportPath
impl Debug for ExportPath
source§impl Display for ExportPath
impl Display for ExportPath
source§impl PartialEq for ExportPath
impl PartialEq for ExportPath
Auto Trait Implementations§
impl Freeze for ExportPath
impl RefUnwindSafe for ExportPath
impl Send for ExportPath
impl Sync for ExportPath
impl Unpin for ExportPath
impl UnwindSafe for ExportPath
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more