Struct lightning_signer::util::debug_utils::DebugMapPaymentState
source · pub struct DebugMapPaymentState<'a>(pub &'a Map<PaymentHash, PaymentState>);
Expand description
Debug support for Map<PaymentHash, PaymentState>
Tuple Fields§
§0: &'a Map<PaymentHash, PaymentState>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DebugMapPaymentState<'a>
impl<'a> Send for DebugMapPaymentState<'a>
impl<'a> Sync for DebugMapPaymentState<'a>
impl<'a> Unpin for DebugMapPaymentState<'a>
impl<'a> UnwindSafe for DebugMapPaymentState<'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