Struct clacks::mtproto::contactStatus [] [src]

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

Fields

Trait Implementations

impl Debug for contactStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for contactStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for contactStatus
[src]

[src]

impl BareDeserialize for contactStatus
[src]

[src]

impl IntoBoxed for contactStatus
[src]

Auto Trait Implementations

impl Send for contactStatus

impl Sync for contactStatus