Struct clacks_mtproto::mtproto::rpc::InitConnection [] [src]

pub struct InitConnection<X> {
    pub api_id: int,
    pub device_model: string,
    pub system_version: string,
    pub app_version: string,
    pub system_lang_code: string,
    pub lang_pack: string,
    pub lang_code: string,
    pub query: X,
}

TL-derived from initConnection

initConnection#c7481da6 {X:Type} api_id:int device_model:string system_version:string app_version:string system_lang_code:string lang_pack:string lang_code:string query:!X = X;

Fields

Trait Implementations

impl<X: Debug> Debug for InitConnection<X>
[src]

[src]

Formats the value using the given formatter. Read more

impl<X: Clone> Clone for InitConnection<X>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<X: AnyBoxedSerialize> BoxedSerialize for InitConnection<X>
[src]

[src]

[src]

impl<X: Function> Function for InitConnection<X>
[src]

impl<X: AnyBoxedSerialize> BareSerialize for InitConnection<X>
[src]

Auto Trait Implementations

impl<X> Send for InitConnection<X> where
    X: Send

impl<X> Sync for InitConnection<X> where
    X: Sync