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

pub struct Search {
    pub q: string,
    pub limit: int,
}

TL-derived from contacts.search

contacts.search#11f812d8 q:string limit:int = contacts.Found;

Fields

Trait Implementations

impl Debug for Search
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Search
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for Search
[src]

[src]

[src]

impl Function for Search
[src]

impl BareSerialize for Search
[src]

Auto Trait Implementations

impl Send for Search

impl Sync for Search