pub struct FsRead;Expand description
Permission to read files, list directories, and check metadata.
Trait Implementations§
impl Permission for FsRead
impl Subsumes<FsRead> for FsAll
Auto Trait Implementations§
impl Freeze for FsRead
impl RefUnwindSafe for FsRead
impl Send for FsRead
impl Sync for FsRead
impl Unpin for FsRead
impl UnsafeUnpin for FsRead
impl UnwindSafe for FsRead
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