Struct clacks::mtproto::updateShort [] [src]

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

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]

[src]

impl BareDeserialize for updateShort
[src]

[src]

impl IntoBoxed for updateShort
[src]

[src]

Auto Trait Implementations

impl Send for updateShort

impl Sync for updateShort