Struct clacks_mtproto::mtproto::error::Error [] [src]

pub struct Error {
    pub code: int,
    pub text: string,
}

TL-derived from error

error#c4b9f9bb code:int text:string = Error;

Fields

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Error
[src]

impl BareDeserialize for Error
[src]

impl IntoBoxed for Error
[src]

[src]

Auto Trait Implementations

impl Send for Error

impl Sync for Error