Struct bestbuy::order::OrderAcceptLine [] [src]

pub struct OrderAcceptLine {
    pub accepted: bool,
    pub id: String,
}

Fields

Trait Implementations

Auto Trait Implementations