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