pub struct TaggedHash { /* private fields */ }Expand description
Implementations§
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
impl StructuralPartialEq for TaggedHash
Auto Trait Implementations§
impl Freeze for TaggedHash
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