Struct clacks_mtproto::mtproto::updates::state::State [] [src]

pub struct State {
    pub pts: int,
    pub qts: int,
    pub date: int,
    pub seq: int,
    pub unread_count: int,
}

TL-derived from updates.state

updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State;

Fields

Trait Implementations

impl Debug for State
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for State
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for State
[src]

impl BareDeserialize for State
[src]

impl IntoBoxed for State
[src]

[src]

Auto Trait Implementations

impl Send for State

impl Sync for State