Struct clacks_mtproto::mtproto::updates::UpdateShort [] [src]

pub struct UpdateShort {
    pub update: Update,
    pub date: int,
}

TL-derived from updateShort

updateShort#78d4dec1 update:Update date:int = Updates;

Fields

Trait Implementations

impl Debug for UpdateShort
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateShort
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UpdateShort
[src]

impl BareDeserialize for UpdateShort
[src]

impl IntoBoxed for UpdateShort
[src]

[src]

Auto Trait Implementations

impl Send for UpdateShort

impl Sync for UpdateShort