pub struct AppHealth { /* private fields */ }
Expand description
Health information for an application consisting of multiple components.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppHealth
impl RefUnwindSafe for AppHealth
impl Send for AppHealth
impl Sync for AppHealth
impl Unpin for AppHealth
impl UnwindSafe for AppHealth
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