Struct clacks::mtproto::manual::rpc_result [] [src]

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

Fields

Trait Implementations

impl Debug for rpc_result
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for rpc_result
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for rpc_result
[src]

[src]

impl BareDeserialize for rpc_result
[src]

[src]

impl IntoBoxed for rpc_result
[src]

Auto Trait Implementations

impl !Send for rpc_result

impl !Sync for rpc_result