Enum eva_common::value::SerializerError
source · pub enum SerializerError {
Custom(String),
}Variants§
Trait Implementations§
source§impl Debug for SerializerError
impl Debug for SerializerError
source§impl Display for SerializerError
impl Display for SerializerError
source§impl Error for SerializerError
impl Error for SerializerError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§impl Error for SerializerError
impl Error for SerializerError
source§impl From<SerializerError> for Error
impl From<SerializerError> for Error
source§fn from(err: SerializerError) -> Error
fn from(err: SerializerError) -> Error
Converts to this type from the input type.
source§impl From<SerializerError> for RpcError
impl From<SerializerError> for RpcError
source§fn from(err: SerializerError) -> Self
fn from(err: SerializerError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SerializerError
impl Send for SerializerError
impl Sync for SerializerError
impl Unpin for SerializerError
impl UnwindSafe for SerializerError
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