Struct clacks::mtproto::accountDaysTTL [] [src]

pub struct accountDaysTTL {
    pub days: int,
}

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]

[src]

impl BareDeserialize for accountDaysTTL
[src]

[src]

impl IntoBoxed for accountDaysTTL
[src]

Auto Trait Implementations