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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for StrateHealth
impl PartialEq for StrateHealth
impl Copy for StrateHealth
impl Eq for StrateHealth
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