pub struct WriteReq {
pub payload: Vec<u8>,
}Expand description
See Input::Write.
Fields§
§payload: Vec<u8>An opaque payload handed to the state machine.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteReq
impl RefUnwindSafe for WriteReq
impl Send for WriteReq
impl Sync for WriteReq
impl Unpin for WriteReq
impl UnwindSafe for WriteReq
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