pub enum IOAction {
Read = 0,
Write = 1,
}Variants§
Trait Implementations§
impl Copy for IOAction
impl StructuralPartialEq for IOAction
Auto Trait Implementations§
impl Freeze for IOAction
impl RefUnwindSafe for IOAction
impl Send for IOAction
impl Sync for IOAction
impl Unpin for IOAction
impl UnwindSafe for IOAction
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