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