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

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

TL-derived from account.registerDevice

account.registerDevice#637ea878 token_type:int token:string = Bool;

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 BoxedSerialize for RegisterDevice
[src]

[src]

[src]

impl Function for RegisterDevice
[src]

impl BareSerialize for RegisterDevice
[src]

Auto Trait Implementations