Struct clacks::mtproto::userStatusOffline [] [src]

pub struct userStatusOffline {
    pub was_online: int,
}

Fields

Trait Implementations

impl Debug for userStatusOffline
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for userStatusOffline
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for userStatusOffline
[src]

[src]

impl BareDeserialize for userStatusOffline
[src]

[src]

impl IntoBoxed for userStatusOffline
[src]

Auto Trait Implementations