Struct bestbuy::order::ListOrdersResponse [] [src]

pub struct ListOrdersResponse {
    pub orders: Vec<Order>,
    pub total_count: i32,
}

Fields

Trait Implementations

Auto Trait Implementations