Struct clacks_mtproto::mtproto::contact_status::ContactStatus [] [src]

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

TL-derived from contactStatus

contactStatus#d3680c61 user_id:int status:UserStatus = ContactStatus;

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]

impl BareDeserialize for ContactStatus
[src]

impl IntoBoxed for ContactStatus
[src]

Auto Trait Implementations

impl Send for ContactStatus

impl Sync for ContactStatus