pub struct TxOutWitnessDecoderError(/* private fields */);Expand description
Decoder error for the TxOutWitness type.
Trait Implementations§
Source§impl Clone for TxOutWitnessDecoderError
impl Clone for TxOutWitnessDecoderError
Source§fn clone(&self) -> TxOutWitnessDecoderError
fn clone(&self) -> TxOutWitnessDecoderError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TxOutWitnessDecoderError
impl Debug for TxOutWitnessDecoderError
Source§impl Display for TxOutWitnessDecoderError
impl Display for TxOutWitnessDecoderError
impl Eq for TxOutWitnessDecoderError
Source§impl Error for TxOutWitnessDecoderError
impl Error for TxOutWitnessDecoderError
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 PartialEq for TxOutWitnessDecoderError
impl PartialEq for TxOutWitnessDecoderError
impl StructuralPartialEq for TxOutWitnessDecoderError
Auto Trait Implementations§
impl Freeze for TxOutWitnessDecoderError
impl RefUnwindSafe for TxOutWitnessDecoderError
impl Send for TxOutWitnessDecoderError
impl Sync for TxOutWitnessDecoderError
impl Unpin for TxOutWitnessDecoderError
impl UnsafeUnpin for TxOutWitnessDecoderError
impl UnwindSafe for TxOutWitnessDecoderError
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