pub struct HealthReporter(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HealthReporter
impl RefUnwindSafe for HealthReporter
impl Send for HealthReporter
impl Sync for HealthReporter
impl Unpin for HealthReporter
impl UnsafeUnpin for HealthReporter
impl UnwindSafe for HealthReporter
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