Struct clacks_mtproto::mtproto::manual::rpc_result::RpcResult [] [src]

pub struct RpcResult {
    pub req_msg_id: long,
    pub result: TypedObject,
}

TL-derived from manual.rpc_result

manual.rpc_result#f35c6d01 req_msg_id:long result:TypedObject = manual.RpcResult;

Fields

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 BareSerialize for RpcResult
[src]

impl BareDeserialize for RpcResult
[src]

impl IntoBoxed for RpcResult
[src]

Auto Trait Implementations

impl !Send for RpcResult

impl !Sync for RpcResult