Enum tiny_json_rs::mapper::MapperError
source · pub enum MapperError {
UnexpectedToken(Token),
}
Variants§
Trait Implementations§
source§impl Debug for MapperError
impl Debug for MapperError
source§impl From<MapperError> for DecodeError
impl From<MapperError> for DecodeError
source§fn from(error: MapperError) -> Self
fn from(error: MapperError) -> Self
Converts to this type from the input type.
source§impl PartialEq for MapperError
impl PartialEq for MapperError
source§fn eq(&self, other: &MapperError) -> bool
fn eq(&self, other: &MapperError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MapperError
Auto Trait Implementations§
impl RefUnwindSafe for MapperError
impl Send for MapperError
impl Sync for MapperError
impl Unpin for MapperError
impl UnwindSafe for MapperError
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