pub struct SupervisorState {
pub num_panics: usize,
pub num_errors: usize,
pub num_kills: usize,
}Fields§
§num_panics: usize§num_errors: usize§num_kills: usizeTrait Implementations§
Source§impl Clone for SupervisorState
impl Clone for SupervisorState
Source§fn clone(&self) -> SupervisorState
fn clone(&self) -> SupervisorState
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 SupervisorState
impl Debug for SupervisorState
Source§impl Default for SupervisorState
impl Default for SupervisorState
Source§fn default() -> SupervisorState
fn default() -> SupervisorState
Returns the “default value” for a type. Read more
Source§impl PartialEq for SupervisorState
impl PartialEq for SupervisorState
Source§impl Serialize for SupervisorState
impl Serialize for SupervisorState
impl Copy for SupervisorState
impl Eq for SupervisorState
impl StructuralPartialEq for SupervisorState
Auto Trait Implementations§
impl Freeze for SupervisorState
impl RefUnwindSafe for SupervisorState
impl Send for SupervisorState
impl Sync for SupervisorState
impl Unpin for SupervisorState
impl UnwindSafe for SupervisorState
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