Struct clacks::mtproto::rpc::get_future_salts [] [src]

pub struct get_future_salts {
    pub num: int,
}

Fields

Trait Implementations

impl Debug for get_future_salts
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for get_future_salts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for get_future_salts
[src]

impl BareSerialize for get_future_salts
[src]

[src]

Auto Trait Implementations