pub enum ChdirMode {
NoChdir,
ChdirRoot,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChdirMode
impl RefUnwindSafe for ChdirMode
impl Send for ChdirMode
impl Sync for ChdirMode
impl Unpin for ChdirMode
impl UnwindSafe for ChdirMode
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