pub struct RestartForExecutableOrConfigChange<RestartForConfigChange: Deref<Target: WarrantsRestart>> { /* private fields */ }Trait Implementations§
Source§impl<RestartForConfigChange: Clone + Deref<Target: WarrantsRestart>> Clone for RestartForExecutableOrConfigChange<RestartForConfigChange>
impl<RestartForConfigChange: Clone + Deref<Target: WarrantsRestart>> Clone for RestartForExecutableOrConfigChange<RestartForConfigChange>
Source§fn clone(&self) -> RestartForExecutableOrConfigChange<RestartForConfigChange>
fn clone(&self) -> RestartForExecutableOrConfigChange<RestartForConfigChange>
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 moreSource§impl<RestartForConfigChange: Debug + Deref<Target: WarrantsRestart>> Debug for RestartForExecutableOrConfigChange<RestartForConfigChange>
impl<RestartForConfigChange: Debug + Deref<Target: WarrantsRestart>> Debug for RestartForExecutableOrConfigChange<RestartForConfigChange>
Source§impl<RestartForConfigChange: Deref<Target: WarrantsRestart>> Deref for RestartForExecutableOrConfigChange<RestartForConfigChange>
impl<RestartForConfigChange: Deref<Target: WarrantsRestart>> Deref for RestartForExecutableOrConfigChange<RestartForConfigChange>
Source§impl<RestartForConfigChange: Deref<Target: WarrantsRestart>> WarrantsRestart for RestartForExecutableOrConfigChange<RestartForConfigChange>
impl<RestartForConfigChange: Deref<Target: WarrantsRestart>> WarrantsRestart for RestartForExecutableOrConfigChange<RestartForConfigChange>
Source§fn warrants_restart(&self) -> bool
fn warrants_restart(&self) -> bool
Whether a restart is warranted given the current situation.
Auto Trait Implementations§
impl<RestartForConfigChange> Freeze for RestartForExecutableOrConfigChange<RestartForConfigChange>where
RestartForConfigChange: Freeze,
impl<RestartForConfigChange> RefUnwindSafe for RestartForExecutableOrConfigChange<RestartForConfigChange>where
RestartForConfigChange: RefUnwindSafe,
impl<RestartForConfigChange> Send for RestartForExecutableOrConfigChange<RestartForConfigChange>where
RestartForConfigChange: Send,
impl<RestartForConfigChange> Sync for RestartForExecutableOrConfigChange<RestartForConfigChange>where
RestartForConfigChange: Sync,
impl<RestartForConfigChange> Unpin for RestartForExecutableOrConfigChange<RestartForConfigChange>where
RestartForConfigChange: Unpin,
impl<RestartForConfigChange> UnwindSafe for RestartForExecutableOrConfigChange<RestartForConfigChange>where
RestartForConfigChange: 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