Struct clacks_mtproto::mtproto::pong::Pong [] [src]

pub struct Pong {
    pub msg_id: long,
    pub ping_id: long,
}

TL-derived from pong

pong#347773c5 msg_id:long ping_id:long = Pong;

Fields

Trait Implementations

impl Debug for Pong
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Pong
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Pong
[src]

impl BareDeserialize for Pong
[src]

impl IntoBoxed for Pong
[src]

[src]

Auto Trait Implementations

impl Send for Pong

impl Sync for Pong