Struct PrevoutsSizeError
#[non_exhaustive]pub struct PrevoutsSizeError;
Expand description
The number of supplied prevouts differs from the number of inputs in the transaction.
Trait Implementations§
§impl Clone for PrevoutsSizeError
impl Clone for PrevoutsSizeError
§fn clone(&self) -> PrevoutsSizeError
fn clone(&self) -> PrevoutsSizeError
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 PrevoutsSizeError
impl Debug for PrevoutsSizeError
§impl Display for PrevoutsSizeError
impl Display for PrevoutsSizeError
§impl Error for PrevoutsSizeError
impl Error for PrevoutsSizeError
§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()
§impl From<PrevoutsSizeError> for TaprootError
impl From<PrevoutsSizeError> for TaprootError
§fn from(e: PrevoutsSizeError) -> TaprootError
fn from(e: PrevoutsSizeError) -> TaprootError
Converts to this type from the input type.
§impl PartialEq for PrevoutsSizeError
impl PartialEq for PrevoutsSizeError
impl Eq for PrevoutsSizeError
impl StructuralPartialEq for PrevoutsSizeError
Auto Trait Implementations§
impl Freeze for PrevoutsSizeError
impl RefUnwindSafe for PrevoutsSizeError
impl Send for PrevoutsSizeError
impl Sync for PrevoutsSizeError
impl Unpin for PrevoutsSizeError
impl UnwindSafe for PrevoutsSizeError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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