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