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

pub struct updateDeviceLocked {
    pub period: int,
}

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 Function for updateDeviceLocked
[src]

impl BareSerialize for updateDeviceLocked
[src]

[src]

Auto Trait Implementations