Struct telegram::schema::Error []

pub struct Error {
    pub code: i32,
    pub text: String,
}

Fields

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Serialize for Error

Serialize to the passed buffer.