Struct clacks::mtproto::rpc::account::sendChangePhoneCode [] [src]

pub struct sendChangePhoneCode {
    pub allow_flashcall: bool,
    pub phone_number: string,
    pub current_number: Option<Bool>,
}

Fields

Trait Implementations

impl Debug for sendChangePhoneCode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for sendChangePhoneCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for sendChangePhoneCode
[src]

impl BareSerialize for sendChangePhoneCode
[src]

[src]

Auto Trait Implementations