pub enum DeserializeErrorKind {
InvalidEnumTag {
enum_name: &'static str,
},
}Expand description
the different kinds of errors that can occur when deserializing.
Variants§
Trait Implementations§
source§impl Debug for DeserializeErrorKind
impl Debug for DeserializeErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for DeserializeErrorKind
impl Send for DeserializeErrorKind
impl Sync for DeserializeErrorKind
impl Unpin for DeserializeErrorKind
impl UnwindSafe for DeserializeErrorKind
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