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