Struct lightning_signer::util::debug_utils::DebugPayload
source · 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> 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