pub struct FileEntry { /* private fields */ }Trait Implementations§
Source§impl<'a> System<FileFlags, FileEntry, FileIterator> for FileSystem<'a>
impl<'a> System<FileFlags, FileEntry, FileIterator> for FileSystem<'a>
fn entries(&self, abs_root: &Path, _rel_root: &Path) -> FileIterator ⓘ
fn metadata(&self, path: &Path) -> MyResult<Metadata<FileFlags>>
fn get_mask(&self, uid: uid_t, gid: gid_t) -> u32
fn find_user(&self, uid: uid_t) -> Option<Rc<String>>
fn find_group(&self, gid: gid_t) -> Option<Rc<String>>
Auto Trait Implementations§
impl Freeze for FileEntry
impl RefUnwindSafe for FileEntry
impl Send for FileEntry
impl Sync for FileEntry
impl Unpin for FileEntry
impl UnwindSafe for FileEntry
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