pub enum DecError {
InvalidOpcode(usize),
Truncated(usize),
IntegerOverflow(usize),
Io(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecError
impl !RefUnwindSafe for DecError
impl Send for DecError
impl Sync for DecError
impl Unpin for DecError
impl UnsafeUnpin for DecError
impl !UnwindSafe for DecError
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