Struct telegram_bot::types::Update[][src]

pub struct Update {
    pub update_id: Integer,
    pub message: Option<Message>,
}
[]

Telegram type "Update" (directly mapped)

Fields

Trait Implementations

impl Decodable for Update
[src]
[+]

[]

Deserialize a value using a Decoder.

impl Debug for Update
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl PartialEq for Update
[src]
[+]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

impl Clone for Update
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Update

impl Sync for Update