Struct lightning_signer::util::debug_utils::DebugMutations
source · pub struct DebugMutations<'a>(pub &'a Mutations);
Expand description
Debug printer for Mutations which uses hex encoded strings.
Tuple Fields§
§0: &'a Mutations
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DebugMutations<'a>
impl<'a> Send for DebugMutations<'a>
impl<'a> Sync for DebugMutations<'a>
impl<'a> Unpin for DebugMutations<'a>
impl<'a> UnwindSafe for DebugMutations<'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