Struct bitcoin_scripts::taproot::DfsPathParseError
source · [−]Expand description
Error parsing string DFS path representation.
Tuple Fields
0: String
1: char
Trait Implementations
sourceimpl Clone for DfsPathParseError
impl Clone for DfsPathParseError
sourcefn clone(&self) -> DfsPathParseError
fn clone(&self) -> DfsPathParseError
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 DfsPathParseError
impl Debug for DfsPathParseError
sourceimpl Display for DfsPathParseError
impl Display for DfsPathParseError
sourceimpl Error for DfsPathParseError
impl Error for DfsPathParseError
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<DfsPathParseError> for String
impl From<DfsPathParseError> for String
sourcefn from(err: DfsPathParseError) -> Self
fn from(err: DfsPathParseError) -> Self
Converts to this type from the input type.
sourceimpl Hash for DfsPathParseError
impl Hash for DfsPathParseError
sourceimpl Ord for DfsPathParseError
impl Ord for DfsPathParseError
sourceimpl PartialEq<DfsPathParseError> for DfsPathParseError
impl PartialEq<DfsPathParseError> for DfsPathParseError
sourcefn eq(&self, other: &DfsPathParseError) -> bool
fn eq(&self, other: &DfsPathParseError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DfsPathParseError) -> bool
fn ne(&self, other: &DfsPathParseError) -> bool
This method tests for !=
.
sourceimpl PartialOrd<DfsPathParseError> for DfsPathParseError
impl PartialOrd<DfsPathParseError> for DfsPathParseError
sourcefn partial_cmp(&self, other: &DfsPathParseError) -> Option<Ordering>
fn partial_cmp(&self, other: &DfsPathParseError) -> 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 Eq for DfsPathParseError
impl StructuralEq for DfsPathParseError
impl StructuralPartialEq for DfsPathParseError
Auto Trait Implementations
impl RefUnwindSafe for DfsPathParseError
impl Send for DfsPathParseError
impl Sync for DfsPathParseError
impl Unpin for DfsPathParseError
impl UnwindSafe for DfsPathParseError
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