Struct bestbuy::order::Customer [] [src]

pub struct Customer {
    pub billing_address: Option<Address>,
    pub civility: String,
    pub customer_id: String,
    pub firstname: String,
    pub lastname: String,
    pub locale: Option<String>,
    pub shipping_address: Option<Address>,
}

Fields

Trait Implementations

impl Debug for Customer
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Customer

impl Sync for Customer