Struct clacks::mtproto::updates_ [] [src]

pub struct updates_ {
    pub updates: Vector<Boxed, Update>,
    pub users: Vector<Boxed, User>,
    pub chats: Vector<Boxed, Chat>,
    pub date: int,
    pub seq: int,
}

Fields

Trait Implementations

impl Debug for updates_
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updates_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updates_
[src]

[src]

impl BareDeserialize for updates_
[src]

[src]

impl IntoBoxed for updates_
[src]

[src]

Auto Trait Implementations

impl Send for updates_

impl Sync for updates_