pub struct RestartForExecutableChange { /* private fields */ }Implementations§
Source§impl RestartForExecutableChange
impl RestartForExecutableChange
pub fn and_config_change_opts<RestartForConfigChange: Deref<Target: WarrantsRestart>>( self, restart_for_config_change_opts: RestartForConfigChangeOpts, default_restart_for_config_change: bool, restart_for_config_change: RestartForConfigChange, ) -> RestartForExecutableOrConfigChange<RestartForConfigChange>
Trait Implementations§
Source§impl Clone for RestartForExecutableChange
impl Clone for RestartForExecutableChange
Source§fn clone(&self) -> RestartForExecutableChange
fn clone(&self) -> RestartForExecutableChange
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 RestartForExecutableChange
impl Debug for RestartForExecutableChange
Source§impl WarrantsRestart for &RestartForExecutableChange
impl WarrantsRestart for &RestartForExecutableChange
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 RestartForExecutableChange
impl RefUnwindSafe for RestartForExecutableChange
impl Send for RestartForExecutableChange
impl Sync for RestartForExecutableChange
impl Unpin for RestartForExecutableChange
impl UnwindSafe for RestartForExecutableChange
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