pub struct DebugPayload<'a>(pub &'a Payload);
Expand description
Debug printer for Payload which uses hex encoded strings.
Tuple Fields§
§0: &'a Payload
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DebugPayload<'a>
impl<'a> RefUnwindSafe for DebugPayload<'a>
impl<'a> Send for DebugPayload<'a>
impl<'a> Sync for DebugPayload<'a>
impl<'a> Unpin for DebugPayload<'a>
impl<'a> UnwindSafe for DebugPayload<'a>
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