Struct tiny_actor::SupervisionState
source · [−]pub struct SupervisionState {
pub status: SupervisionStatus,
pub abort_timer: Duration,
}Fields
status: SupervisionStatusabort_timer: DurationTrait Implementations
sourceimpl Clone for SupervisionState
impl Clone for SupervisionState
sourcefn clone(&self) -> SupervisionState
fn clone(&self) -> SupervisionState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SupervisionState
impl Debug for SupervisionState
sourceimpl PartialEq<SupervisionState> for SupervisionState
impl PartialEq<SupervisionState> for SupervisionState
sourcefn eq(&self, other: &SupervisionState) -> bool
fn eq(&self, other: &SupervisionState) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SupervisionState) -> bool
fn ne(&self, other: &SupervisionState) -> bool
This method tests for !=.
impl Eq for SupervisionState
impl StructuralEq for SupervisionState
impl StructuralPartialEq for SupervisionState
Auto Trait Implementations
impl RefUnwindSafe for SupervisionState
impl Send for SupervisionState
impl Sync for SupervisionState
impl Unpin for SupervisionState
impl UnwindSafe for SupervisionState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more