Struct clacks_mtproto::mtproto::popular_contact::PopularContact [] [src]

pub struct PopularContact {
    pub client_id: long,
    pub importers: int,
}

TL-derived from popularContact

popularContact#5ce14175 client_id:long importers:int = PopularContact;

Fields

Trait Implementations

impl Debug for PopularContact
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PopularContact
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PopularContact
[src]

impl BareDeserialize for PopularContact
[src]

impl IntoBoxed for PopularContact
[src]

Auto Trait Implementations