pub struct DebugHTLCOutputInCommitment<'a>(pub &'a HTLCOutputInCommitment);
Expand description
Debug printer for HTLCOutputInCommitment which doesn’t have one.
Tuple Fields§
§0: &'a HTLCOutputInCommitment
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DebugHTLCOutputInCommitment<'a>
impl<'a> Send for DebugHTLCOutputInCommitment<'a>
impl<'a> Sync for DebugHTLCOutputInCommitment<'a>
impl<'a> Unpin for DebugHTLCOutputInCommitment<'a>
impl<'a> UnwindSafe for DebugHTLCOutputInCommitment<'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