pub enum WatchdogAction {
Warn,
Exit,
}Expand description
Action to take when watchdog detects a stuck strand
Variants§
Trait Implementations§
Source§impl Clone for WatchdogAction
impl Clone for WatchdogAction
Source§fn clone(&self) -> WatchdogAction
fn clone(&self) -> WatchdogAction
Returns a duplicate 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 WatchdogAction
impl Debug for WatchdogAction
Source§impl PartialEq for WatchdogAction
impl PartialEq for WatchdogAction
impl Copy for WatchdogAction
impl Eq for WatchdogAction
impl StructuralPartialEq for WatchdogAction
Auto Trait Implementations§
impl Freeze for WatchdogAction
impl RefUnwindSafe for WatchdogAction
impl Send for WatchdogAction
impl Sync for WatchdogAction
impl Unpin for WatchdogAction
impl UnwindSafe for WatchdogAction
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