pub struct Payload { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AddAssign<&[u8]> for Payload
impl AddAssign<&[u8]> for Payload
Source§fn add_assign(&mut self, rhs: &[u8])
fn add_assign(&mut self, rhs: &[u8])
Performs the
+=
operation. Read moreSource§impl AddAssign<P64> for Payload
impl AddAssign<P64> for Payload
Source§fn add_assign(&mut self, rhs: P64)
fn add_assign(&mut self, rhs: P64)
Performs the
+=
operation. Read moreAuto Trait Implementations§
impl Freeze for Payload
impl RefUnwindSafe for Payload
impl Send for Payload
impl Sync for Payload
impl Unpin for Payload
impl UnwindSafe for Payload
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