Struct bdk_chain::bitcoin::blockdata::transaction::InputsIndexError
pub struct InputsIndexError(pub IndexOutOfBoundsError);
Expand description
Error attempting to do an out of bounds access on the transaction inputs vector.
Tuple Fields§
§0: IndexOutOfBoundsError
Trait Implementations§
§impl Clone for InputsIndexError
impl Clone for InputsIndexError
§fn clone(&self) -> InputsIndexError
fn clone(&self) -> InputsIndexError
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 more§impl Debug for InputsIndexError
impl Debug for InputsIndexError
§impl Display for InputsIndexError
impl Display for InputsIndexError
§impl Error for InputsIndexError
impl Error for InputsIndexError
§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()
§impl From<IndexOutOfBoundsError> for InputsIndexError
impl From<IndexOutOfBoundsError> for InputsIndexError
§fn from(e: IndexOutOfBoundsError) -> InputsIndexError
fn from(e: IndexOutOfBoundsError) -> InputsIndexError
Converts to this type from the input type.
§impl From<InputsIndexError> for P2wpkhError
impl From<InputsIndexError> for P2wpkhError
§fn from(value: InputsIndexError) -> P2wpkhError
fn from(value: InputsIndexError) -> P2wpkhError
Converts to this type from the input type.
§impl From<InputsIndexError> for SighashError
impl From<InputsIndexError> for SighashError
§fn from(e: InputsIndexError) -> SighashError
fn from(e: InputsIndexError) -> SighashError
Converts to this type from the input type.
§impl From<InputsIndexError> for TaprootError
impl From<InputsIndexError> for TaprootError
§fn from(e: InputsIndexError) -> TaprootError
fn from(e: InputsIndexError) -> TaprootError
Converts to this type from the input type.
§impl PartialEq for InputsIndexError
impl PartialEq for InputsIndexError
§fn eq(&self, other: &InputsIndexError) -> bool
fn eq(&self, other: &InputsIndexError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InputsIndexError
impl StructuralPartialEq for InputsIndexError
Auto Trait Implementations§
impl Freeze for InputsIndexError
impl RefUnwindSafe for InputsIndexError
impl Send for InputsIndexError
impl Sync for InputsIndexError
impl Unpin for InputsIndexError
impl UnwindSafe for InputsIndexError
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more