Struct fuchsia_inspect::component::Health
source · pub struct Health { /* private fields */ }
Expand description
A thread-safe handle to a health reporter. See component::health()
for instructions on how
to create one.
Trait Implementations§
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