Struct clacks_mtproto::mtproto::rpc::auth::DropTempAuthKeys [] [src]

pub struct DropTempAuthKeys {
    pub except_auth_keys: Vector<Bare, long>,
}

TL-derived from auth.dropTempAuthKeys

auth.dropTempAuthKeys#8e48a188 except_auth_keys:Vector<long> = Bool;

Fields

Trait Implementations

impl Debug for DropTempAuthKeys
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DropTempAuthKeys
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DropTempAuthKeys
[src]

[src]

[src]

impl Function for DropTempAuthKeys
[src]

impl BareSerialize for DropTempAuthKeys
[src]

Auto Trait Implementations