Struct clacks::mtproto::auth::authorization [] [src]

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

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]

[src]

impl BareDeserialize for authorization
[src]

[src]

impl IntoBoxed for authorization
[src]

Auto Trait Implementations

impl Send for authorization

impl Sync for authorization