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