Struct clacks::mtproto::messages::botResults [] [src]

pub struct botResults {
    pub gallery: bool,
    pub query_id: long,
    pub next_offset: Option<string>,
    pub switch_pm: Option<InlineBotSwitchPM>,
    pub results: Vector<Boxed, BotInlineResult>,
    pub cache_time: int,
    pub users: Vector<Boxed, User>,
}

Fields

Trait Implementations

impl Debug for botResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for botResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for botResults
[src]

[src]

impl BareDeserialize for botResults
[src]

[src]

impl IntoBoxed for botResults
[src]

Auto Trait Implementations

impl Send for botResults

impl Sync for botResults