pub struct SequenceDecoderError(/* private fields */);Expand description
An error consensus decoding an Sequence.
Trait Implementations§
Source§impl Clone for SequenceDecoderError
impl Clone for SequenceDecoderError
Source§fn clone(&self) -> SequenceDecoderError
fn clone(&self) -> SequenceDecoderError
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 SequenceDecoderError
impl Debug for SequenceDecoderError
Source§impl Display for SequenceDecoderError
Available on crate feature encoding only.
impl Display for SequenceDecoderError
Available on crate feature
encoding only.Source§impl Error for SequenceDecoderError
Available on crate features std and encoding only.
impl Error for SequenceDecoderError
Available on crate features
std and encoding 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<Infallible> for SequenceDecoderError
Available on crate feature encoding only.
impl From<Infallible> for SequenceDecoderError
Available on crate feature
encoding only.Source§fn from(never: Infallible) -> Self
fn from(never: Infallible) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SequenceDecoderError
impl PartialEq for SequenceDecoderError
impl Eq for SequenceDecoderError
impl StructuralPartialEq for SequenceDecoderError
Auto Trait Implementations§
impl Freeze for SequenceDecoderError
impl RefUnwindSafe for SequenceDecoderError
impl Send for SequenceDecoderError
impl Sync for SequenceDecoderError
impl Unpin for SequenceDecoderError
impl UnsafeUnpin for SequenceDecoderError
impl UnwindSafe for SequenceDecoderError
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