pub struct DebugUnilateralCloseInfo<'a>(pub &'a Vec<Option<(SecretKey, Vec<Vec<u8>>)>>);
Expand description
Debug support for unilateral close info
Tuple Fields§
§0: &'a Vec<Option<(SecretKey, Vec<Vec<u8>>)>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DebugUnilateralCloseInfo<'a>
impl<'a> Send for DebugUnilateralCloseInfo<'a>
impl<'a> Sync for DebugUnilateralCloseInfo<'a>
impl<'a> Unpin for DebugUnilateralCloseInfo<'a>
impl<'a> UnwindSafe for DebugUnilateralCloseInfo<'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