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

pub struct authorization {
    pub hash: long,
    pub flags: int,
    pub device_model: string,
    pub platform: string,
    pub system_version: string,
    pub api_id: int,
    pub app_name: string,
    pub app_version: string,
    pub date_created: int,
    pub date_active: int,
    pub ip: string,
    pub country: string,
    pub region: string,
}

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