Struct miniscript::ThresholdError
source · pub struct ThresholdError { /* private fields */ }
Expand description
Error parsing an absolute locktime.
Trait Implementations§
source§impl Clone for ThresholdError
impl Clone for ThresholdError
source§fn clone(&self) -> ThresholdError
fn clone(&self) -> ThresholdError
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 ThresholdError
impl Debug for ThresholdError
source§impl Display for ThresholdError
impl Display for ThresholdError
source§impl Error for ThresholdError
impl Error for ThresholdError
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 Hash for ThresholdError
impl Hash for ThresholdError
source§impl Ord for ThresholdError
impl Ord for ThresholdError
source§fn cmp(&self, other: &ThresholdError) -> Ordering
fn cmp(&self, other: &ThresholdError) -> 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<ThresholdError> for ThresholdError
impl PartialEq<ThresholdError> for ThresholdError
source§fn eq(&self, other: &ThresholdError) -> bool
fn eq(&self, other: &ThresholdError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ThresholdError> for ThresholdError
impl PartialOrd<ThresholdError> for ThresholdError
source§fn partial_cmp(&self, other: &ThresholdError) -> Option<Ordering>
fn partial_cmp(&self, other: &ThresholdError) -> 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 ThresholdError
impl Eq for ThresholdError
impl StructuralEq for ThresholdError
impl StructuralPartialEq for ThresholdError
Auto Trait Implementations§
impl RefUnwindSafe for ThresholdError
impl Send for ThresholdError
impl Sync for ThresholdError
impl Unpin for ThresholdError
impl UnwindSafe for ThresholdError
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