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