#[non_exhaustive]pub struct InputsNotModifiableError;Expand description
Error when passing an PSBT with inputs not modifiable to an input adding Constructor.
Trait Implementations§
Source§impl Clone for InputsNotModifiableError
impl Clone for InputsNotModifiableError
Source§fn clone(&self) -> InputsNotModifiableError
fn clone(&self) -> InputsNotModifiableError
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 InputsNotModifiableError
impl Debug for InputsNotModifiableError
Source§impl Display for InputsNotModifiableError
impl Display for InputsNotModifiableError
Source§impl Error for InputsNotModifiableError
Available on crate feature std only.
impl Error for InputsNotModifiableError
Available on crate feature
std only.1.30.0 · 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<InputsNotModifiableError> for PsbtNotModifiableError
impl From<InputsNotModifiableError> for PsbtNotModifiableError
Source§fn from(e: InputsNotModifiableError) -> Self
fn from(e: InputsNotModifiableError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InputsNotModifiableError
impl PartialEq for InputsNotModifiableError
impl Eq for InputsNotModifiableError
impl StructuralPartialEq for InputsNotModifiableError
Auto Trait Implementations§
impl Freeze for InputsNotModifiableError
impl RefUnwindSafe for InputsNotModifiableError
impl Send for InputsNotModifiableError
impl Sync for InputsNotModifiableError
impl Unpin for InputsNotModifiableError
impl UnsafeUnpin for InputsNotModifiableError
impl UnwindSafe for InputsNotModifiableError
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