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