pub struct ReaddirEntry {
pub fileid: u64,
pub file_name: String,
}Expand description
Struct describing a single NFS entry as returned by Mount::readdir and Mount::readdir_path.
Fields§
§fileid: u64§file_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ReaddirEntry
impl RefUnwindSafe for ReaddirEntry
impl Send for ReaddirEntry
impl Sync for ReaddirEntry
impl Unpin for ReaddirEntry
impl UnsafeUnpin for ReaddirEntry
impl UnwindSafe for ReaddirEntry
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