Struct bestbuy::order::Tax [] [src]

pub struct Tax {
    pub amount: Option<f64>,
    pub code: Option<String>,
}

Fields

Trait Implementations

impl Debug for Tax
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tax

impl Sync for Tax