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