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