Struct clacks_mtproto::mtproto::imported_contact::ImportedContact [] [src]

pub struct ImportedContact {
    pub user_id: int,
    pub client_id: long,
}

TL-derived from importedContact

importedContact#d0028438 user_id:int client_id:long = ImportedContact;

Fields

Trait Implementations

impl Debug for ImportedContact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImportedContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ImportedContact
[src]

impl BareDeserialize for ImportedContact
[src]

impl IntoBoxed for ImportedContact
[src]

Auto Trait Implementations