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