pub struct Health { /* private fields */ }
Expand description
Health of a single component.
Implementations§
Trait Implementations§
Source§impl From<HealthStatus> for Health
impl From<HealthStatus> for Health
Source§fn from(status: HealthStatus) -> Self
fn from(status: HealthStatus) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Health
Auto Trait Implementations§
impl Freeze for Health
impl RefUnwindSafe for Health
impl Send for Health
impl Sync for Health
impl Unpin for Health
impl UnwindSafe for Health
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