Struct clacks_mtproto::mtproto::rpc_error::RpcError [] [src]

pub struct RpcError {
    pub error_code: int,
    pub error_message: string,
}

TL-derived from rpc_error

rpc_error#2144ca19 error_code:int error_message:string = RpcError;

Fields

Trait Implementations

impl Debug for RpcError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpcError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for RpcError
[src]

impl BareDeserialize for RpcError
[src]

impl IntoBoxed for RpcError
[src]

Auto Trait Implementations

impl Send for RpcError

impl Sync for RpcError