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

pub struct checkUsername {
    pub username: string,
}

Fields

Trait Implementations

impl Debug for checkUsername
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for checkUsername
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for checkUsername
[src]

impl BareSerialize for checkUsername
[src]

[src]

Auto Trait Implementations

impl Send for checkUsername

impl Sync for checkUsername