Struct clacks_mtproto::mtproto::rpc::GetFutureSalts [] [src]

pub struct GetFutureSalts {
    pub num: int,
}

TL-derived from get_future_salts

get_future_salts#b921bd04 num:int = FutureSalts;

Fields

Trait Implementations

impl Debug for GetFutureSalts
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetFutureSalts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetFutureSalts
[src]

[src]

[src]

impl Function for GetFutureSalts
[src]

impl BareSerialize for GetFutureSalts
[src]

Auto Trait Implementations