Struct clacks_mtproto::mtproto::account_days_ttl::AccountDaysTTL [] [src]

pub struct AccountDaysTTL {
    pub days: int,
}

TL-derived from accountDaysTTL

accountDaysTTL#b8d0afdf days:int = AccountDaysTTL;

Fields

Trait Implementations

impl Debug for AccountDaysTTL
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AccountDaysTTL
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for AccountDaysTTL
[src]

impl BareDeserialize for AccountDaysTTL
[src]

impl IntoBoxed for AccountDaysTTL
[src]

Auto Trait Implementations