Struct commit_verify::lnpbp4::LeafNotKnown
source · [−]pub struct LeafNotKnown(_);Expand description
commitment under protocol id {0} is absent from the known part of a given LNPBP-4 Merkle block.
Trait Implementations
sourceimpl Clone for LeafNotKnown
impl Clone for LeafNotKnown
sourcefn clone(&self) -> LeafNotKnown
fn clone(&self) -> LeafNotKnown
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LeafNotKnown
impl Debug for LeafNotKnown
sourceimpl Display for LeafNotKnown
impl Display for LeafNotKnown
sourceimpl Error for LeafNotKnown
impl Error for LeafNotKnown
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl From<LeafNotKnown> for String
impl From<LeafNotKnown> for String
sourcefn from(err: LeafNotKnown) -> Self
fn from(err: LeafNotKnown) -> Self
Converts to this type from the input type.
sourceimpl Hash for LeafNotKnown
impl Hash for LeafNotKnown
sourceimpl Ord for LeafNotKnown
impl Ord for LeafNotKnown
sourceimpl PartialEq<LeafNotKnown> for LeafNotKnown
impl PartialEq<LeafNotKnown> for LeafNotKnown
sourcefn eq(&self, other: &LeafNotKnown) -> bool
fn eq(&self, other: &LeafNotKnown) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &LeafNotKnown) -> bool
fn ne(&self, other: &LeafNotKnown) -> bool
This method tests for !=.
sourceimpl PartialOrd<LeafNotKnown> for LeafNotKnown
impl PartialOrd<LeafNotKnown> for LeafNotKnown
sourcefn partial_cmp(&self, other: &LeafNotKnown) -> Option<Ordering>
fn partial_cmp(&self, other: &LeafNotKnown) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for LeafNotKnown
impl Eq for LeafNotKnown
impl StructuralEq for LeafNotKnown
impl StructuralPartialEq for LeafNotKnown
Auto Trait Implementations
impl RefUnwindSafe for LeafNotKnown
impl Send for LeafNotKnown
impl Sync for LeafNotKnown
impl Unpin for LeafNotKnown
impl UnwindSafe for LeafNotKnown
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.