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

pub struct ExportAuthorization {
    pub dc_id: int,
}

TL-derived from auth.exportAuthorization

auth.exportAuthorization#e5bfffcd dc_id:int = auth.ExportedAuthorization;

Fields

Trait Implementations

impl Debug for ExportAuthorization
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ExportAuthorization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ExportAuthorization
[src]

[src]

[src]

impl Function for ExportAuthorization
[src]

impl BareSerialize for ExportAuthorization
[src]

Auto Trait Implementations