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