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