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