pub struct DispatchRequest(pub Bytes, pub RawFrame, pub Option<ReplyTicket>);Tuple Fields§
§0: Bytes§1: RawFrame§2: Option<ReplyTicket>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DispatchRequest
impl !RefUnwindSafe for DispatchRequest
impl Send for DispatchRequest
impl Sync for DispatchRequest
impl Unpin for DispatchRequest
impl !UnwindSafe for DispatchRequest
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