pub(crate) enum StrateHealth {
Ready,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for StrateHealth
impl Clone for StrateHealth
Source§fn clone(&self) -> StrateHealth
fn clone(&self) -> StrateHealth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StrateHealth
impl Eq for StrateHealth
Source§impl PartialEq for StrateHealth
impl PartialEq for StrateHealth
Source§fn eq(&self, other: &StrateHealth) -> bool
fn eq(&self, other: &StrateHealth) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StrateHealth
Auto Trait Implementations§
impl Freeze for StrateHealth
impl RefUnwindSafe for StrateHealth
impl Send for StrateHealth
impl Sync for StrateHealth
impl Unpin for StrateHealth
impl UnsafeUnpin for StrateHealth
impl UnwindSafe for StrateHealth
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