pub struct WorkingDir(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for WorkingDir
impl AsRef<str> for WorkingDir
Source§impl Clone for WorkingDir
impl Clone for WorkingDir
Source§fn clone(&self) -> WorkingDir
fn clone(&self) -> WorkingDir
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkingDir
impl Debug for WorkingDir
Source§impl Display for WorkingDir
impl Display for WorkingDir
Source§impl Hash for WorkingDir
impl Hash for WorkingDir
Source§impl Ord for WorkingDir
impl Ord for WorkingDir
Source§fn cmp(&self, other: &WorkingDir) -> Ordering
fn cmp(&self, other: &WorkingDir) -> Ordering
1.21.0 · 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 PartialEq for WorkingDir
impl PartialEq for WorkingDir
Source§impl PartialOrd for WorkingDir
impl PartialOrd for WorkingDir
impl Eq for WorkingDir
impl StructuralPartialEq for WorkingDir
Auto Trait Implementations§
impl Freeze for WorkingDir
impl RefUnwindSafe for WorkingDir
impl Send for WorkingDir
impl Sync for WorkingDir
impl Unpin for WorkingDir
impl UnsafeUnpin for WorkingDir
impl UnwindSafe for WorkingDir
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