Struct jet::orders::Address [] [src]

pub struct Address {
    pub address1: String,
    pub address2: Option<String>,
    pub city: String,
    pub state: String,
    pub zip_code: String,
}

Information about the buyer

Fields

Trait Implementations

impl Debug for Address
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Address

impl Sync for Address