Struct scheduler_service_lib::HealthCommand
source · pub struct HealthCommand;
Implementations§
source§impl HealthCommand
impl HealthCommand
Auto Trait Implementations§
impl RefUnwindSafe for HealthCommand
impl Send for HealthCommand
impl Sync for HealthCommand
impl Unpin for HealthCommand
impl UnwindSafe for HealthCommand
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