pub struct CephStatusHealthTimeChecks { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CephStatusHealthTimeChecks
impl RefUnwindSafe for CephStatusHealthTimeChecks
impl Send for CephStatusHealthTimeChecks
impl Sync for CephStatusHealthTimeChecks
impl Unpin for CephStatusHealthTimeChecks
impl UnwindSafe for CephStatusHealthTimeChecks
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