pub enum Cwd {
Current,
LastReported,
Root,
Path(PathBuf),
}Expand description
Represents the possible values of the --cwd option
Variants§
Trait Implementations§
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 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