pub struct PayloadEncoder { /* private fields */ }Expand description
Payload encoder for building complex payloads
Implementations§
Source§impl PayloadEncoder
impl PayloadEncoder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PayloadEncoder
impl RefUnwindSafe for PayloadEncoder
impl Send for PayloadEncoder
impl Sync for PayloadEncoder
impl Unpin for PayloadEncoder
impl UnsafeUnpin for PayloadEncoder
impl UnwindSafe for PayloadEncoder
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