Enum bpstd::OriginParseError 
source · pub enum OriginParseError {
    DerivationPath(DerivationParseError),
    InvalidMasterFp(Error),
}Variants§
DerivationPath(DerivationParseError)
invalid derivation path - {0}
InvalidMasterFp(Error)
invalid master key fingerprint - {0}
Trait Implementations§
source§impl Clone for OriginParseError
 
impl Clone for OriginParseError
source§fn clone(&self) -> OriginParseError
 
fn clone(&self) -> OriginParseError
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 OriginParseError
 
impl Debug for OriginParseError
source§impl Display for OriginParseError
 
impl Display for OriginParseError
source§impl Error for OriginParseError
 
impl Error for OriginParseError
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<DerivationParseError> for OriginParseError
 
impl From<DerivationParseError> for OriginParseError
source§fn from(v: DerivationParseError) -> OriginParseError
 
fn from(v: DerivationParseError) -> OriginParseError
Converts to this type from the input type.
source§impl From<Error> for OriginParseError
 
impl From<Error> for OriginParseError
source§fn from(v: Error) -> OriginParseError
 
fn from(v: Error) -> OriginParseError
Converts to this type from the input type.
source§impl From<OriginParseError> for XpubParseError
 
impl From<OriginParseError> for XpubParseError
source§fn from(err: OriginParseError) -> XpubParseError
 
fn from(err: OriginParseError) -> XpubParseError
Converts to this type from the input type.
source§impl PartialEq for OriginParseError
 
impl PartialEq for OriginParseError
source§fn eq(&self, other: &OriginParseError) -> bool
 
fn eq(&self, other: &OriginParseError) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for OriginParseError
impl StructuralPartialEq for OriginParseError
Auto Trait Implementations§
impl Freeze for OriginParseError
impl RefUnwindSafe for OriginParseError
impl Send for OriginParseError
impl Sync for OriginParseError
impl Unpin for OriginParseError
impl UnwindSafe for OriginParseError
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> 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.