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

pub struct registerDevice {
    pub token_type: int,
    pub token: string,
}

Fields

Trait Implementations

impl Debug for registerDevice
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for registerDevice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for registerDevice
[src]

impl BareSerialize for registerDevice
[src]

[src]

Auto Trait Implementations