Enum serde_json_core::ser::Error [−][src]
pub enum Error { BufferFull, // some variants omitted }
This type represents all possible errors that can occur when serializing JSON data
Variants
BufferFull
Buffer is full
Trait Implementations
impl Debug for Error
[src]
impl Debug for Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<BufferFullError> for Error
[src]
impl From<BufferFullError> for Error
fn from(_: BufferFullError) -> Self
[src]
fn from(_: BufferFullError) -> Self
Performs the conversion.
impl Display for Error
[src]
impl Display for Error
fn fmt(&self, _f: &mut Formatter) -> Result
[src]
fn fmt(&self, _f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for Error
[src]
impl Error for Error