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

pub struct UpdateDeviceLocked {
    pub period: int,
}

TL-derived from account.updateDeviceLocked

account.updateDeviceLocked#38df3532 period:int = Bool;

Fields

Trait Implementations

impl Debug for UpdateDeviceLocked
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDeviceLocked
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UpdateDeviceLocked
[src]

[src]

[src]

impl Function for UpdateDeviceLocked
[src]

impl BareSerialize for UpdateDeviceLocked
[src]

Auto Trait Implementations