pub struct FsAll;Trait Implementations§
impl Permission for FsAll
impl Subsumes<FsRead> for FsAll
impl Subsumes<FsWrite> for FsAll
Auto Trait Implementations§
impl Freeze for FsAll
impl RefUnwindSafe for FsAll
impl Send for FsAll
impl Sync for FsAll
impl Unpin for FsAll
impl UnsafeUnpin for FsAll
impl UnwindSafe for FsAll
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