Enum unix_daemonize::ChdirMode
source · [−]pub enum ChdirMode {
NoChdir,
ChdirRoot,
}Variants
NoChdir
ChdirRoot
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChdirMode
impl Send for ChdirMode
impl Sync for ChdirMode
impl Unpin for ChdirMode
impl UnwindSafe for ChdirMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more