Struct lightning::offers::merkle::TaggedHash
source · pub struct TaggedHash { /* private fields */ }Expand description
Implementations§
source§impl TaggedHash
impl TaggedHash
Trait Implementations§
source§impl AsRef<TaggedHash> for TaggedHash
impl AsRef<TaggedHash> for TaggedHash
source§fn as_ref(&self) -> &TaggedHash
fn as_ref(&self) -> &TaggedHash
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<TaggedHash> for UnsignedBolt12Invoice
impl AsRef<TaggedHash> for UnsignedBolt12Invoice
source§fn as_ref(&self) -> &TaggedHash
fn as_ref(&self) -> &TaggedHash
Converts this type into a shared reference of the (usually inferred) input type.
source§impl AsRef<TaggedHash> for UnsignedInvoiceRequest
impl AsRef<TaggedHash> for UnsignedInvoiceRequest
source§fn as_ref(&self) -> &TaggedHash
fn as_ref(&self) -> &TaggedHash
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for TaggedHash
impl Clone for TaggedHash
source§fn clone(&self) -> TaggedHash
fn clone(&self) -> TaggedHash
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TaggedHash
impl Debug for TaggedHash
source§impl PartialEq for TaggedHash
impl PartialEq for TaggedHash
source§fn eq(&self, other: &TaggedHash) -> bool
fn eq(&self, other: &TaggedHash) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TaggedHash
Auto Trait Implementations§
impl RefUnwindSafe for TaggedHash
impl Send for TaggedHash
impl Sync for TaggedHash
impl Unpin for TaggedHash
impl UnwindSafe for TaggedHash
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