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

pub struct setBotShippingResults {
    pub query_id: long,
    pub error: Option<string>,
    pub shipping_options: Option<Vector<Boxed, ShippingOption>>,
}

Fields

Trait Implementations

impl Debug for setBotShippingResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for setBotShippingResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for setBotShippingResults
[src]

impl BareSerialize for setBotShippingResults
[src]

[src]

Auto Trait Implementations