Enum wora::HealthState
source · pub enum HealthState {
Ok,
Suspended,
TryAgain,
Failed,
Unknown,
}Variants§
Trait Implementations§
source§impl Clone for HealthState
impl Clone for HealthState
source§fn clone(&self) -> HealthState
fn clone(&self) -> HealthState
Returns a copy 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 HealthState
impl Debug for HealthState
source§impl PartialEq<HealthState> for HealthState
impl PartialEq<HealthState> for HealthState
source§fn eq(&self, other: &HealthState) -> bool
fn eq(&self, other: &HealthState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for HealthState
impl Serialize for HealthState
impl Eq for HealthState
impl StructuralEq for HealthState
impl StructuralPartialEq for HealthState
Auto Trait Implementations§
impl RefUnwindSafe for HealthState
impl Send for HealthState
impl Sync for HealthState
impl Unpin for HealthState
impl UnwindSafe for HealthState
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