pub struct DaemonCheckExit<'t, Other: Deref<Target: WarrantsRestart> + Clone>(/* private fields */);Implementations§
Source§impl<'t, Other: Deref<Target: WarrantsRestart> + Clone> DaemonCheckExit<'t, Other>
impl<'t, Other: Deref<Target: WarrantsRestart> + Clone> DaemonCheckExit<'t, Other>
Trait Implementations§
Source§impl<'t, Other: Clone + Deref<Target: WarrantsRestart> + Clone> Clone for DaemonCheckExit<'t, Other>
impl<'t, Other: Clone + Deref<Target: WarrantsRestart> + Clone> Clone for DaemonCheckExit<'t, Other>
Source§fn clone(&self) -> DaemonCheckExit<'t, Other>
fn clone(&self) -> DaemonCheckExit<'t, Other>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'t, Other> Freeze for DaemonCheckExit<'t, Other>where
Other: Freeze,
impl<'t, Other> RefUnwindSafe for DaemonCheckExit<'t, Other>where
Other: RefUnwindSafe,
impl<'t, Other> Send for DaemonCheckExit<'t, Other>where
Other: Send,
impl<'t, Other> Sync for DaemonCheckExit<'t, Other>where
Other: Sync,
impl<'t, Other> Unpin for DaemonCheckExit<'t, Other>where
Other: Unpin,
impl<'t, Other> UnwindSafe for DaemonCheckExit<'t, Other>where
Other: UnwindSafe,
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