pub enum IoOperation {
Read,
Write,
Create,
Delete,
Rename,
Metadata,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoOperation
impl RefUnwindSafe for IoOperation
impl Send for IoOperation
impl Sync for IoOperation
impl Unpin for IoOperation
impl UnwindSafe for IoOperation
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