Struct lightning_signer::util::debug_utils::DebugWitness
source · pub struct DebugWitness<'a>(pub &'a (Vec<u8>, Vec<u8>));
Expand description
Debug support for a two element witness stack
Tuple Fields§
§0: &'a (Vec<u8>, Vec<u8>)
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DebugWitness<'a>
impl<'a> Send for DebugWitness<'a>
impl<'a> Sync for DebugWitness<'a>
impl<'a> Unpin for DebugWitness<'a>
impl<'a> UnwindSafe for DebugWitness<'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