Struct clacks::mtproto::updateUserStatus [] [src]

pub struct updateUserStatus {
    pub user_id: int,
    pub status: UserStatus,
}

Fields

Trait Implementations

impl Debug for updateUserStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateUserStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateUserStatus
[src]

[src]

impl BareDeserialize for updateUserStatus
[src]

[src]

impl IntoBoxed for updateUserStatus
[src]

[src]

Auto Trait Implementations