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

pub struct Offline {
    pub was_online: int,
}

TL-derived from userStatusOffline

userStatusOffline#8c703f was_online:int = UserStatus;

Fields

Trait Implementations

impl Debug for Offline
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Offline
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Offline
[src]

impl BareDeserialize for Offline
[src]

impl IntoBoxed for Offline
[src]

Auto Trait Implementations

impl Send for Offline

impl Sync for Offline