pub struct HealthCheckService {
pub healthcheck: HealthChecks,
pub system: System,
}Fields§
§healthcheck: HealthChecks§system: SystemImplementations§
Trait Implementations§
Source§impl SystemService for HealthCheckService
impl SystemService for HealthCheckService
Auto Trait Implementations§
impl !RefUnwindSafe for HealthCheckService
impl !UnwindSafe for HealthCheckService
impl Freeze for HealthCheckService
impl Send for HealthCheckService
impl Sync for HealthCheckService
impl Unpin for HealthCheckService
impl UnsafeUnpin for HealthCheckService
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