Struct clacks_mtproto::mtproto::phone_connection::PhoneConnection [] [src]

pub struct PhoneConnection {
    pub id: long,
    pub ip: string,
    pub ipv6: string,
    pub port: int,
    pub peer_tag: bytes,
}

TL-derived from phoneConnection

phoneConnection#9d4c17c0 id:long ip:string ipv6:string port:int peer_tag:bytes = PhoneConnection;

Fields

Trait Implementations

impl Debug for PhoneConnection
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PhoneConnection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PhoneConnection
[src]

impl BareDeserialize for PhoneConnection
[src]

impl IntoBoxed for PhoneConnection
[src]

Auto Trait Implementations