pub struct Pidfile { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pidfile
impl RefUnwindSafe for Pidfile
impl Send for Pidfile
impl Sync for Pidfile
impl Unpin for Pidfile
impl UnwindSafe for Pidfile
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