Struct serdebug::Error [−][src]
pub struct Error(_);
Trait Implementations
impl From<Error> for Error[src]
impl From<Error> for Errorimpl From<Error> for Error[src]
impl From<Error> for Errorimpl Error for Error[src]
impl Error for Errorfn custom<T: Display>(_msg: T) -> Self[src]
fn custom<T: Display>(_msg: T) -> SelfUsed when a [Serialize] implementation encounters any error while serializing a type. Read more
impl Display for Error[src]
impl Display for Errorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for Error[src]
impl Error for Error