Struct newegg::order::ResponseBody [] [src]

pub struct ResponseBody {
    pub page_info: PageInfo,
    pub order_info_list: Option<Vec<OrderInfo>>,
}

Fields

Trait Implementations

impl Debug for ResponseBody
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ResponseBody

impl Sync for ResponseBody