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