pub struct HealthChecks {
pub session_storage: CheckStatus,
}Fields§
§session_storage: CheckStatusTrait Implementations§
Auto Trait Implementations§
impl Freeze for HealthChecks
impl RefUnwindSafe for HealthChecks
impl Send for HealthChecks
impl Sync for HealthChecks
impl Unpin for HealthChecks
impl UnsafeUnpin for HealthChecks
impl UnwindSafe for HealthChecks
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