Enum clacks_mtproto::mtproto::RpcDropAnswer [] [src]

pub enum RpcDropAnswer {
    Unknown,
    DroppedRunning,
    Dropped(Dropped),
}

TL-derived from RpcDropAnswer

rpc_answer_unknown#5e2ad36e = RpcDropAnswer;

rpc_answer_dropped_running#cd78e586 = RpcDropAnswer;

rpc_answer_dropped#a43ad8b7 msg_id:long seq_no:int bytes:int = RpcDropAnswer;

Variants

Methods

impl RpcDropAnswer
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for RpcDropAnswer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpcDropAnswer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for RpcDropAnswer
[src]

[src]

[src]

impl BoxedDeserialize for RpcDropAnswer
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for RpcDropAnswer

impl Sync for RpcDropAnswer