Struct telegram_bot2::TelegramError
source · pub struct TelegramError { /* private fields */ }Expand description
Describe an error returned by the API
Trait Implementations§
source§impl Debug for TelegramError
impl Debug for TelegramError
source§impl<'de> Deserialize<'de> for TelegramError
impl<'de> Deserialize<'de> for TelegramError
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<TelegramError> for Error
impl From<TelegramError> for Error
source§fn from(e: TelegramError) -> Self
fn from(e: TelegramError) -> Self
Converts to this type from the input type.