Struct clacks_mtproto::mtproto::auth::authorization::Authorization [] [src]

pub struct Authorization {
    pub tmp_sessions: Option<int>,
    pub user: User,
}

TL-derived from auth.authorization

auth.authorization#cd050916 flags:# tmp_sessions:flags.0?int user:User = auth.Authorization;

Fields

Trait Implementations

impl Debug for Authorization
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Authorization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Authorization
[src]

impl BareDeserialize for Authorization
[src]

impl IntoBoxed for Authorization
[src]

Auto Trait Implementations

impl Send for Authorization

impl Sync for Authorization