Struct clacks_mtproto::mtproto::user_status::Online [] [src]

pub struct Online {
    pub expires: int,
}

TL-derived from userStatusOnline

userStatusOnline#edb93949 expires:int = UserStatus;

Fields

Trait Implementations

impl Debug for Online
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Online
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Online
[src]

impl BareDeserialize for Online
[src]

impl IntoBoxed for Online
[src]

Auto Trait Implementations

impl Send for Online

impl Sync for Online