pub struct FsWrite;Expand description
Permission to write, create, rename, and delete files and directories.
Trait Implementations§
impl Permission for FsWrite
impl Subsumes<FsWrite> for FsAll
Auto Trait Implementations§
impl Freeze for FsWrite
impl RefUnwindSafe for FsWrite
impl Send for FsWrite
impl Sync for FsWrite
impl Unpin for FsWrite
impl UnsafeUnpin for FsWrite
impl UnwindSafe for FsWrite
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