pub struct DocPath(pub String);Tuple Fields§
§0: StringTrait Implementations§
impl Eq for DocPath
Source§impl Ord for DocPath
impl Ord for DocPath
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DocPath
impl PartialOrd for DocPath
impl StructuralPartialEq for DocPath
Auto Trait Implementations§
impl Freeze for DocPath
impl RefUnwindSafe for DocPath
impl Send for DocPath
impl Sync for DocPath
impl Unpin for DocPath
impl UnsafeUnpin for DocPath
impl UnwindSafe for DocPath
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