Struct clacks_mtproto::mtproto::rpc::messages::SearchGlobal [] [src]

pub struct SearchGlobal {
    pub q: string,
    pub offset_date: int,
    pub offset_peer: InputPeer,
    pub offset_id: int,
    pub limit: int,
}

TL-derived from messages.searchGlobal

messages.searchGlobal#9e3cacb0 q:string offset_date:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages;

Fields

Trait Implementations

impl Debug for SearchGlobal
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SearchGlobal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SearchGlobal
[src]

[src]

[src]

impl Function for SearchGlobal
[src]

impl BareSerialize for SearchGlobal
[src]

Auto Trait Implementations

impl Send for SearchGlobal

impl Sync for SearchGlobal