Struct clacks_mtproto::mtproto::rpc::contacts::GetContacts [] [src]

pub struct GetContacts {
    pub hash: int,
}

TL-derived from contacts.getContacts

contacts.getContacts#c023849f hash:int = contacts.Contacts;

Fields

Trait Implementations

impl Debug for GetContacts
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetContacts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetContacts
[src]

[src]

[src]

impl Function for GetContacts
[src]

impl BareSerialize for GetContacts
[src]

Auto Trait Implementations

impl Send for GetContacts

impl Sync for GetContacts