pub enum RequestOp {
Read,
Write,
Flush,
Discard,
WriteZeroes,
}Variants§
Trait Implementations§
impl Copy for RequestOp
impl Eq for RequestOp
impl StructuralPartialEq for RequestOp
Auto Trait Implementations§
impl Freeze for RequestOp
impl RefUnwindSafe for RequestOp
impl Send for RequestOp
impl Sync for RequestOp
impl Unpin for RequestOp
impl UnsafeUnpin for RequestOp
impl UnwindSafe for RequestOp
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