Struct bpstd::InvalidLeafVer 
source · pub struct InvalidLeafVer(/* private fields */);Expand description
invalid taproot leaf version {0}.
Trait Implementations§
source§impl Clone for InvalidLeafVer
 
impl Clone for InvalidLeafVer
source§fn clone(&self) -> InvalidLeafVer
 
fn clone(&self) -> InvalidLeafVer
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 InvalidLeafVer
 
impl Debug for InvalidLeafVer
source§impl Display for InvalidLeafVer
 
impl Display for InvalidLeafVer
source§impl Error for InvalidLeafVer
 
impl Error for InvalidLeafVer
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<InvalidLeafVer> for ConsensusDataError
 
impl From<InvalidLeafVer> for ConsensusDataError
source§fn from(v: InvalidLeafVer) -> ConsensusDataError
 
fn from(v: InvalidLeafVer) -> ConsensusDataError
Converts to this type from the input type.
source§impl From<InvalidLeafVer> for ConsensusDecodeError
 
impl From<InvalidLeafVer> for ConsensusDecodeError
source§fn from(v: InvalidLeafVer) -> ConsensusDecodeError
 
fn from(v: InvalidLeafVer) -> ConsensusDecodeError
Converts to this type from the input type.
source§impl From<InvalidLeafVer> for PsbtError
 
impl From<InvalidLeafVer> for PsbtError
source§fn from(v: InvalidLeafVer) -> PsbtError
 
fn from(v: InvalidLeafVer) -> PsbtError
Converts to this type from the input type.
source§impl Ord for InvalidLeafVer
 
impl Ord for InvalidLeafVer
source§fn cmp(&self, other: &InvalidLeafVer) -> Ordering
 
fn cmp(&self, other: &InvalidLeafVer) -> 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 InvalidLeafVer
 
impl PartialEq for InvalidLeafVer
source§fn eq(&self, other: &InvalidLeafVer) -> bool
 
fn eq(&self, other: &InvalidLeafVer) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for InvalidLeafVer
 
impl PartialOrd for InvalidLeafVer
source§fn partial_cmp(&self, other: &InvalidLeafVer) -> Option<Ordering>
 
fn partial_cmp(&self, other: &InvalidLeafVer) -> 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 moreimpl Copy for InvalidLeafVer
impl Eq for InvalidLeafVer
impl StructuralPartialEq for InvalidLeafVer
Auto Trait Implementations§
impl Freeze for InvalidLeafVer
impl RefUnwindSafe for InvalidLeafVer
impl Send for InvalidLeafVer
impl Sync for InvalidLeafVer
impl Unpin for InvalidLeafVer
impl UnwindSafe for InvalidLeafVer
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
source§impl<Q, K> Comparable<K> for Q
 
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.