pub struct DriverOp {
pub operation: Operation,
pub response: Response,
}Fields§
§operation: Operation§response: ResponseTrait Implementations§
Auto Trait Implementations§
impl Freeze for DriverOp
impl !RefUnwindSafe for DriverOp
impl Send for DriverOp
impl !Sync for DriverOp
impl Unpin for DriverOp
impl !UnwindSafe for DriverOp
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