Struct cml_chain::DeserializeError 
source · pub struct DeserializeError { /* private fields */ }Implementations§
source§impl DeserializeError
 
impl DeserializeError
pub fn new<T>(location: T, failure: DeserializeFailure) -> DeserializeError
pub fn annotate<T>(self, location: T) -> DeserializeError
Trait Implementations§
source§impl Debug for DeserializeError
 
impl Debug for DeserializeError
source§impl Display for DeserializeError
 
impl Display for DeserializeError
source§impl Error for DeserializeError
 
impl Error for DeserializeError
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
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<DeserializeError> for AddressError
 
impl From<DeserializeError> for AddressError
source§fn from(source: DeserializeError) -> Self
 
fn from(source: DeserializeError) -> Self
Converts to this type from the input type.
source§impl From<DeserializeError> for MetadataJsonError
 
impl From<DeserializeError> for MetadataJsonError
source§fn from(source: DeserializeError) -> Self
 
fn from(source: DeserializeError) -> Self
Converts to this type from the input type.
source§impl From<DeserializeFailure> for DeserializeError
 
impl From<DeserializeFailure> for DeserializeError
source§fn from(failure: DeserializeFailure) -> DeserializeError
 
fn from(failure: DeserializeFailure) -> DeserializeError
Converts to this type from the input type.
source§impl From<Error> for DeserializeError
 
impl From<Error> for DeserializeError
source§fn from(err: Error) -> DeserializeError
 
fn from(err: Error) -> DeserializeError
Converts to this type from the input type.
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