Struct binary_serde::DeserializeError
source · pub struct DeserializeError {
pub kind: DeserializeErrorKind,
pub span: DeserializeErrorSpan,
}Expand description
an error which occured while deserializing.
Fields§
§kind: DeserializeErrorKindthe kind of error that occured.
span: DeserializeErrorSpanthe span in the input where the error originates.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DeserializeError
impl Send for DeserializeError
impl Sync for DeserializeError
impl Unpin for DeserializeError
impl UnwindSafe for DeserializeError
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