Enum clacks_mtproto::mtproto::Pong [] [src]

pub enum Pong {
    Pong(Pong),
}

TL-derived from Pong

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

Variants

Methods

impl Pong
[src]

[src]

[src]

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 BoxedSerialize for Pong
[src]

[src]

[src]

impl BoxedDeserialize for Pong
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for Pong

impl Sync for Pong