[−][src]Enum flexbuffers::DeserializationError
Errors that may happen when deserializing a flexbuffer with serde.
Variants
Reader(Error)Serde(String)Trait Implementations
impl Clone for DeserializationError[src]
fn clone(&self) -> DeserializationError[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for DeserializationError[src]
impl Display for DeserializationError[src]
impl Eq for DeserializationError[src]
impl Error for DeserializationError[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>[src]
fn description(&self) -> &str1.0.0[src]
fn cause(&self) -> Option<&dyn Error>1.0.0[src]
impl Error for DeserializationError[src]
fn custom<T>(msg: T) -> Self where
T: Display, [src]
T: Display,
fn invalid_type(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self[src]
fn invalid_value(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self[src]
fn invalid_length(len: usize, exp: &dyn Expected) -> Self[src]
fn unknown_variant(variant: &str, expected: &'static [&'static str]) -> Self[src]
fn unknown_field(field: &str, expected: &'static [&'static str]) -> Self[src]
fn missing_field(field: &'static str) -> Self[src]
fn duplicate_field(field: &'static str) -> Self[src]
impl From<Error> for DeserializationError[src]
impl PartialEq<DeserializationError> for DeserializationError[src]
fn eq(&self, other: &DeserializationError) -> bool[src]
fn ne(&self, other: &DeserializationError) -> bool[src]
impl StructuralEq for DeserializationError[src]
impl StructuralPartialEq for DeserializationError[src]
Auto Trait Implementations
impl RefUnwindSafe for DeserializationError
impl Send for DeserializationError
impl Sync for DeserializationError
impl Unpin for DeserializationError
impl UnwindSafe for DeserializationError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,