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