Struct clacks_mtproto::mtproto::rpc::account::DeleteAccount [] [src]

pub struct DeleteAccount {
    pub reason: string,
}

TL-derived from account.deleteAccount

account.deleteAccount#418d4e0b reason:string = Bool;

Fields

Trait Implementations

impl Debug for DeleteAccount
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteAccount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DeleteAccount
[src]

[src]

[src]

impl Function for DeleteAccount
[src]

impl BareSerialize for DeleteAccount
[src]

Auto Trait Implementations

impl Send for DeleteAccount

impl Sync for DeleteAccount