pub struct RawPayload(pub Bytes);Expand description
Wrapper for Bytes payload (zero-copy).
Tuple Fields§
§0: BytesImplementations§
Auto Trait Implementations§
impl !Freeze for RawPayload
impl RefUnwindSafe for RawPayload
impl Send for RawPayload
impl Sync for RawPayload
impl Unpin for RawPayload
impl UnwindSafe for RawPayload
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