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

pub struct Ping {
    pub ping_id: long,
}

TL-derived from ping

ping#7abe77ec ping_id:long = Pong;

Fields

Trait Implementations

impl Debug for Ping
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for Ping
[src]

[src]

[src]

impl Function for Ping
[src]

impl BareSerialize for Ping
[src]

Auto Trait Implementations

impl Send for Ping

impl Sync for Ping