[][src]Struct grammers_tl_types::functions::InitConnection

pub struct InitConnection {
    pub api_id: i32,
    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 proxy: Option<InputClientProxy>,
    pub params: Option<Jsonvalue>,
    pub query: Blob,
}

Fields

api_id: i32device_model: Stringsystem_version: Stringapp_version: Stringsystem_lang_code: Stringlang_pack: Stringlang_code: Stringproxy: Option<InputClientProxy>params: Option<Jsonvalue>query: Blob

Trait Implementations

impl Clone for InitConnection[src]

impl Debug for InitConnection[src]

impl Identifiable for InitConnection[src]

impl PartialEq<InitConnection> for InitConnection[src]

impl RemoteCall for InitConnection[src]

type Return = Blob

The type of the "return" value coming from the other end of the connection. Read more

impl Serializable for InitConnection[src]

impl StructuralPartialEq for InitConnection[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.