pub enum AccessOperation {
Create,
Read,
Write,
Unlink,
}
Expand description
An access operation type
Variants§
Trait Implementations§
Source§impl Debug for AccessOperation
impl Debug for AccessOperation
Auto Trait Implementations§
impl Freeze for AccessOperation
impl RefUnwindSafe for AccessOperation
impl Send for AccessOperation
impl Sync for AccessOperation
impl Unpin for AccessOperation
impl UnwindSafe for AccessOperation
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