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

pub struct ImportAuthorization {
    pub id: int,
    pub bytes: bytes,
}

TL-derived from auth.importAuthorization

auth.importAuthorization#e3ef9613 id:int bytes:bytes = auth.Authorization;

Fields

Trait Implementations

impl Debug for ImportAuthorization
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImportAuthorization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ImportAuthorization
[src]

[src]

[src]

impl Function for ImportAuthorization
[src]

impl BareSerialize for ImportAuthorization
[src]

Auto Trait Implementations