pub struct Healthz;Expand description
Message received by health probe handlers.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Healthz
impl RefUnwindSafe for Healthz
impl Send for Healthz
impl Sync for Healthz
impl Unpin for Healthz
impl UnwindSafe for Healthz
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