Struct clacks_mtproto::mtproto::future_salts::FutureSalts [] [src]

pub struct FutureSalts {
    pub req_msg_id: long,
    pub now: int,
    pub salts: vector<Bare, FutureSalt>,
}

TL-derived from future_salts

future_salts#ae500895 req_msg_id:long now:int salts:vector<future_salt> = FutureSalts;

Fields

Trait Implementations

impl Debug for FutureSalts
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FutureSalts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for FutureSalts
[src]

impl BareDeserialize for FutureSalts
[src]

impl IntoBoxed for FutureSalts
[src]

Auto Trait Implementations

impl Send for FutureSalts

impl Sync for FutureSalts