pub struct PathNode(/* private fields */);
Trait Implementations§
Source§impl Ord for PathNode
impl Ord for PathNode
Source§impl PartialOrd for PathNode
impl PartialOrd for PathNode
Source§impl StaticType for PathNode
impl StaticType for PathNode
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for PathNode
Auto Trait Implementations§
impl Freeze for PathNode
impl RefUnwindSafe for PathNode
impl !Send for PathNode
impl !Sync for PathNode
impl Unpin for PathNode
impl UnwindSafe for PathNode
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