Struct clacks::mtproto::future_salts [] [src]

pub struct future_salts {
    pub req_msg_id: long,
    pub now: int,
    pub salts: vector<Bare, future_salt>,
}

Fields

Trait Implementations

impl Debug for future_salts
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for future_salts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for future_salts
[src]

[src]

impl BareDeserialize for future_salts
[src]

[src]

impl IntoBoxed for future_salts
[src]

Auto Trait Implementations

impl Send for future_salts

impl Sync for future_salts