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