pub struct StatfsResponse { /* private fields */ }Expand description
Response data from crate::AsyncFilesystem::statfs operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatfsResponse
impl RefUnwindSafe for StatfsResponse
impl Send for StatfsResponse
impl Sync for StatfsResponse
impl Unpin for StatfsResponse
impl UnsafeUnpin for StatfsResponse
impl UnwindSafe for StatfsResponse
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