#[non_exhaustive]pub struct DetermineLockTimeError;Expand description
Unable to determine lock time, multiple inputs have conflicting locking requirements.
Trait Implementations§
Source§impl Clone for DetermineLockTimeError
impl Clone for DetermineLockTimeError
Source§fn clone(&self) -> DetermineLockTimeError
fn clone(&self) -> DetermineLockTimeError
Returns a duplicate 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 DetermineLockTimeError
impl Debug for DetermineLockTimeError
Source§impl Display for DetermineLockTimeError
impl Display for DetermineLockTimeError
Source§impl Error for DetermineLockTimeError
Available on crate feature std only.
impl Error for DetermineLockTimeError
Available on crate feature
std only.Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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<DetermineLockTimeError> for ExtractError
impl From<DetermineLockTimeError> for ExtractError
Source§fn from(e: DetermineLockTimeError) -> Self
fn from(e: DetermineLockTimeError) -> Self
Converts to this type from the input type.
Source§impl From<DetermineLockTimeError> for ExtractTxError
impl From<DetermineLockTimeError> for ExtractTxError
Source§fn from(e: DetermineLockTimeError) -> Self
fn from(e: DetermineLockTimeError) -> Self
Converts to this type from the input type.
Source§impl From<DetermineLockTimeError> for InterpreterCheckError
impl From<DetermineLockTimeError> for InterpreterCheckError
Source§fn from(e: DetermineLockTimeError) -> Self
fn from(e: DetermineLockTimeError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DetermineLockTimeError
impl PartialEq for DetermineLockTimeError
impl Eq for DetermineLockTimeError
impl StructuralPartialEq for DetermineLockTimeError
Auto Trait Implementations§
impl Freeze for DetermineLockTimeError
impl RefUnwindSafe for DetermineLockTimeError
impl Send for DetermineLockTimeError
impl Sync for DetermineLockTimeError
impl Unpin for DetermineLockTimeError
impl UnsafeUnpin for DetermineLockTimeError
impl UnwindSafe for DetermineLockTimeError
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