pub struct NoOtherRestarts;Expand description
For when no situations (other than the daemon state, i.e. the user explicitly asking for it) are ever warranting restart.
Trait Implementations§
Source§impl Clone for NoOtherRestarts
impl Clone for NoOtherRestarts
Source§fn clone(&self) -> NoOtherRestarts
fn clone(&self) -> NoOtherRestarts
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 Debug for NoOtherRestarts
impl Debug for NoOtherRestarts
Source§impl Deref for NoOtherRestarts
impl Deref for NoOtherRestarts
Source§impl WarrantsRestart for NoOtherRestarts
impl WarrantsRestart for NoOtherRestarts
Source§fn warrants_restart(&self) -> bool
fn warrants_restart(&self) -> bool
Whether a restart is warranted given the current situation.
Auto Trait Implementations§
impl Freeze for NoOtherRestarts
impl RefUnwindSafe for NoOtherRestarts
impl Send for NoOtherRestarts
impl Sync for NoOtherRestarts
impl Unpin for NoOtherRestarts
impl UnwindSafe for NoOtherRestarts
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