enum TestOp {
Read,
Write(usize),
Sync,
}
Variants§
Trait Implementations§
impl Copy for TestOp
impl StructuralPartialEq for TestOp
Auto Trait Implementations§
impl Freeze for TestOp
impl RefUnwindSafe for TestOp
impl Send for TestOp
impl Sync for TestOp
impl Unpin for TestOp
impl UnwindSafe for TestOp
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