Struct clacks_mtproto::mtproto::future_salt::FutureSalt [] [src]

pub struct FutureSalt {
    pub valid_since: int,
    pub valid_until: int,
    pub salt: long,
}

TL-derived from future_salt

future_salt#0949d9dc valid_since:int valid_until:int salt:long = FutureSalt;

Fields

Trait Implementations

impl Debug for FutureSalt
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FutureSalt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for FutureSalt
[src]

impl BareDeserialize for FutureSalt
[src]

impl IntoBoxed for FutureSalt
[src]

Auto Trait Implementations

impl Send for FutureSalt

impl Sync for FutureSalt