Struct jet::orders::Buyer [] [src]

pub struct Buyer {
    pub name: String,
    pub phone_number: String,
}

Information about the buyer

Fields

Trait Implementations

impl Debug for Buyer
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Buyer

impl Sync for Buyer