Struct walmart_partner_api::response::ListMeta [] [src]

pub struct ListMeta {
    pub totalCount: i32,
    pub limit: i32,
    pub nextCursor: Option<String>,
}

Fields

Trait Implementations

impl Debug for ListMeta
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ListMeta

impl Sync for ListMeta