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