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