Enum clacks::mtproto::manual::RpcResult [] [src]

pub enum RpcResult {
    rpc_result(rpc_result),
}

Variants

Trait Implementations

impl Debug for RpcResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpcResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for RpcResult
[src]

[src]

impl BoxedDeserialize for RpcResult
[src]

Auto Trait Implementations

impl !Send for RpcResult

impl !Sync for RpcResult