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

pub struct SetAccountTTL {
    pub ttl: AccountDaysTTL,
}

TL-derived from account.setAccountTTL

account.setAccountTTL#2442485e ttl:AccountDaysTTL = Bool;

Fields

Trait Implementations

impl Debug for SetAccountTTL
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetAccountTTL
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetAccountTTL
[src]

[src]

[src]

impl Function for SetAccountTTL
[src]

impl BareSerialize for SetAccountTTL
[src]

Auto Trait Implementations

impl Send for SetAccountTTL

impl Sync for SetAccountTTL