pub struct DaemonResult { /* private fields */ }Implementations§
Source§impl DaemonResult
impl DaemonResult
pub fn daemon_cleanup(self)
Auto Trait Implementations§
impl Freeze for DaemonResult
impl RefUnwindSafe for DaemonResult
impl Send for DaemonResult
impl Sync for DaemonResult
impl Unpin for DaemonResult
impl UnwindSafe for DaemonResult
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