Struct mws::reports::GetReportListResponse [] [src]

pub struct GetReportListResponse {
    pub request_id: String,
    pub reports: Vec<ReportInfo>,
    pub next_token: Option<String>,
    pub has_next: bool,
}

Fields

Trait Implementations

impl Debug for GetReportListResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for GetReportListResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl<S: XmlEventStream> FromXMLStream<S> for GetReportListResponse
[src]

Auto Trait Implementations