pub(crate) enum Operation {
Show 15 variants
Canonicalize,
CreateDirectory,
CreateFile,
CreateLink,
Inspect,
OpenFile,
ReadDirectory,
ReadFile,
RemoveDirectory,
RemoveFile,
Rename,
RetainFile,
SecureFile,
Sync,
WriteFile,
}Variants§
Canonicalize
CreateDirectory
CreateFile
CreateLink
Inspect
OpenFile
ReadDirectory
ReadFile
RemoveDirectory
RemoveFile
Rename
RetainFile
SecureFile
Sync
WriteFile
Trait Implementations§
impl Copy for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnsafeUnpin for Operation
impl UnwindSafe for Operation
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