pub struct RpStat { /* private fields */ }Expand description
Reply for stat operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpStat
impl RefUnwindSafe for RpStat
impl Send for RpStat
impl Sync for RpStat
impl Unpin for RpStat
impl UnwindSafe for RpStat
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