pub struct CommandRequest {
pub batch: CommandBatch,
pub response_tx: Sender<Result<Vec<Bytes>>>,
}Fields§
§batch: CommandBatch§response_tx: Sender<Result<Vec<Bytes>>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandRequest
impl !RefUnwindSafe for CommandRequest
impl Send for CommandRequest
impl Sync for CommandRequest
impl Unpin for CommandRequest
impl UnsafeUnpin for CommandRequest
impl !UnwindSafe for CommandRequest
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