Struct miniscript::DummyKeyHash
source · pub struct DummyKeyHash;Expand description
Dummy keyhash which de/serializes to the empty string; useful sometimes for testing
Trait Implementations§
source§impl Clone for DummyKeyHash
impl Clone for DummyKeyHash
source§fn clone(&self) -> DummyKeyHash
fn clone(&self) -> DummyKeyHash
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 DummyKeyHash
impl Debug for DummyKeyHash
source§impl Display for DummyKeyHash
impl Display for DummyKeyHash
source§impl FromStr for DummyKeyHash
impl FromStr for DummyKeyHash
source§impl Hash for DummyKeyHash
impl Hash for DummyKeyHash
source§impl Ord for DummyKeyHash
impl Ord for DummyKeyHash
source§fn cmp(&self, other: &DummyKeyHash) -> Ordering
fn cmp(&self, other: &DummyKeyHash) -> 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<DummyKeyHash> for DummyKeyHash
impl PartialEq<DummyKeyHash> for DummyKeyHash
source§fn eq(&self, other: &DummyKeyHash) -> bool
fn eq(&self, other: &DummyKeyHash) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<DummyKeyHash> for DummyKeyHash
impl PartialOrd<DummyKeyHash> for DummyKeyHash
source§fn partial_cmp(&self, other: &DummyKeyHash) -> Option<Ordering>
fn partial_cmp(&self, other: &DummyKeyHash) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more