pub enum Decoding {
Truncated,
SpecViolation,
Memory,
}
Expand description
A general decoding-related error
Variants§
Trait Implementations§
impl Eq for Decoding
impl StructuralPartialEq for Decoding
Auto Trait Implementations§
impl Freeze for Decoding
impl RefUnwindSafe for Decoding
impl Send for Decoding
impl Sync for Decoding
impl Unpin for Decoding
impl UnwindSafe for Decoding
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