Struct telegram_typings::OrderInfo [] [src]

pub struct OrderInfo {
    pub name: Option<String>,
    pub phone_number: Option<String>,
    pub email: Option<String>,
    pub shipping_address: Option<Box<ShippingAddress>>,
}

This object represents information about an order.

Fields

User name

User's phone number

User email

User shipping address

Trait Implementations

impl Debug for OrderInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OrderInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OrderInfo

impl Sync for OrderInfo