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