pub enum DecodeErrorKind {
ReadFailed(Error),
InvalidBoolean,
IntegerOverflow,
NegativeLength,
InvalidUtf8(Utf8Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodeErrorKind
impl !RefUnwindSafe for DecodeErrorKind
impl Send for DecodeErrorKind
impl Sync for DecodeErrorKind
impl Unpin for DecodeErrorKind
impl !UnwindSafe for DecodeErrorKind
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