Struct clacks_mtproto::mtproto::contacts::contacts::Contacts [] [src]

pub struct Contacts {
    pub contacts: Vector<Boxed, Contact>,
    pub saved_count: int,
    pub users: Vector<Boxed, User>,
}

TL-derived from contacts.contacts

contacts.contacts#eae87e42 contacts:Vector<Contact> saved_count:int users:Vector<User> = contacts.Contacts;

Fields

Trait Implementations

impl Debug for Contacts
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Contacts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Contacts
[src]

impl BareDeserialize for Contacts
[src]

impl IntoBoxed for Contacts
[src]

Auto Trait Implementations

impl Send for Contacts

impl Sync for Contacts