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