pub struct BIP340HashTag;Expand description
The tag used for BIP340Hash
BIP340 Hash Tag
Trait Implementations§
Source§impl Clone for BIP340HashTag
impl Clone for BIP340HashTag
Source§fn clone(&self) -> BIP340HashTag
fn clone(&self) -> BIP340HashTag
Returns a duplicate 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 Default for BIP340HashTag
impl Default for BIP340HashTag
Source§fn default() -> BIP340HashTag
fn default() -> BIP340HashTag
Returns the “default value” for a type. Read more
Source§impl Hash for BIP340HashTag
impl Hash for BIP340HashTag
Source§impl Ord for BIP340HashTag
impl Ord for BIP340HashTag
Source§fn cmp(&self, other: &BIP340HashTag) -> Ordering
fn cmp(&self, other: &BIP340HashTag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BIP340HashTag
impl PartialEq for BIP340HashTag
Source§impl PartialOrd for BIP340HashTag
impl PartialOrd for BIP340HashTag
Source§impl Tag for BIP340HashTag
impl Tag for BIP340HashTag
Source§fn engine() -> HashEngine
fn engine() -> HashEngine
Returns a hash engine that is pre-tagged and is ready to be used for the data.
impl Copy for BIP340HashTag
impl Eq for BIP340HashTag
impl StructuralPartialEq for BIP340HashTag
Auto Trait Implementations§
impl Freeze for BIP340HashTag
impl RefUnwindSafe for BIP340HashTag
impl Send for BIP340HashTag
impl Sync for BIP340HashTag
impl Unpin for BIP340HashTag
impl UnwindSafe for BIP340HashTag
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