pub struct ObjRes {
pub fh: Bytes,
pub attr: Option<Attr>,
}Expand description
Struct describing an NFS entry response as returned by various procedures.
Fields§
§fh: Bytes§attr: Option<Attr>Trait Implementations§
impl StructuralPartialEq for ObjRes
Auto Trait Implementations§
impl !Freeze for ObjRes
impl RefUnwindSafe for ObjRes
impl Send for ObjRes
impl Sync for ObjRes
impl Unpin for ObjRes
impl UnsafeUnpin for ObjRes
impl UnwindSafe for ObjRes
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