pub struct get_health;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for get_health
impl RefUnwindSafe for get_health
impl Send for get_health
impl Sync for get_health
impl Unpin for get_health
impl UnwindSafe for get_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