Struct clacks_mtproto::mtproto::contact::Contact [] [src]

pub struct Contact {
    pub user_id: int,
    pub mutual: Bool,
}

TL-derived from contact

contact#f911c994 user_id:int mutual:Bool = Contact;

Fields

Trait Implementations

impl Debug for Contact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Contact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Contact
[src]

impl BareDeserialize for Contact
[src]

impl IntoBoxed for Contact
[src]

[src]

Auto Trait Implementations

impl Send for Contact

impl Sync for Contact