Struct clacks::mtproto::rpc::messages::setBotPrecheckoutResults [] [src]

pub struct setBotPrecheckoutResults {
    pub success: bool,
    pub query_id: long,
    pub error: Option<string>,
}

Fields

Trait Implementations

impl Debug for setBotPrecheckoutResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for setBotPrecheckoutResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for setBotPrecheckoutResults
[src]

impl BareSerialize for setBotPrecheckoutResults
[src]

[src]

Auto Trait Implementations