Struct clacks::mtproto::auth::sentCode [] [src]

pub struct sentCode {
    pub phone_registered: bool,
    pub type_: SentCodeType,
    pub phone_code_hash: string,
    pub next_type: Option<CodeType>,
    pub timeout: Option<int>,
}

Fields

Trait Implementations

impl Debug for sentCode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for sentCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for sentCode
[src]

[src]

impl BareDeserialize for sentCode
[src]

[src]

impl IntoBoxed for sentCode
[src]

Auto Trait Implementations

impl Send for sentCode

impl Sync for sentCode