Struct psbt_v2::UnsupportedVersionError
source · #[non_exhaustive]pub struct UnsupportedVersionError(/* private fields */);Expand description
Unsupported PSBT version.
Trait Implementations§
source§impl Clone for UnsupportedVersionError
impl Clone for UnsupportedVersionError
source§fn clone(&self) -> UnsupportedVersionError
fn clone(&self) -> UnsupportedVersionError
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 UnsupportedVersionError
impl Debug for UnsupportedVersionError
source§impl Display for UnsupportedVersionError
impl Display for UnsupportedVersionError
source§impl Error for UnsupportedVersionError
Available on crate feature std only.
impl Error for UnsupportedVersionError
Available on crate feature
std only.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 From<UnsupportedVersionError> for Error
impl From<UnsupportedVersionError> for Error
source§fn from(e: UnsupportedVersionError) -> Self
fn from(e: UnsupportedVersionError) -> Self
Converts to this type from the input type.
source§impl PartialEq for UnsupportedVersionError
impl PartialEq for UnsupportedVersionError
source§fn eq(&self, other: &UnsupportedVersionError) -> bool
fn eq(&self, other: &UnsupportedVersionError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UnsupportedVersionError
impl StructuralPartialEq for UnsupportedVersionError
Auto Trait Implementations§
impl RefUnwindSafe for UnsupportedVersionError
impl Send for UnsupportedVersionError
impl Sync for UnsupportedVersionError
impl Unpin for UnsupportedVersionError
impl UnwindSafe for UnsupportedVersionError
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