Struct clacks::mtproto::updateBotShippingQuery [] [src]

pub struct updateBotShippingQuery {
    pub query_id: long,
    pub user_id: int,
    pub payload: bytes,
    pub shipping_address: PostAddress,
}

Fields

Trait Implementations

impl Debug for updateBotShippingQuery
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateBotShippingQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateBotShippingQuery
[src]

[src]

impl BareDeserialize for updateBotShippingQuery
[src]

[src]

impl IntoBoxed for updateBotShippingQuery
[src]

[src]

Auto Trait Implementations