pub struct Cwd(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Cwd
impl Ord for Cwd
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 Cwd
impl PartialOrd for Cwd
impl Eq for Cwd
impl StructuralPartialEq for Cwd
Auto Trait Implementations§
impl Freeze for Cwd
impl RefUnwindSafe for Cwd
impl Send for Cwd
impl Sync for Cwd
impl Unpin for Cwd
impl UnsafeUnpin for Cwd
impl UnwindSafe for Cwd
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