pub struct Unhealthy {
pub since: i32,
pub reasons: Vec<String>,
}
Fields§
§since: i32
§reasons: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unhealthy
impl RefUnwindSafe for Unhealthy
impl Send for Unhealthy
impl Sync for Unhealthy
impl Unpin for Unhealthy
impl UnwindSafe for Unhealthy
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