Struct mws::reports::GetReportListParameters [] [src]

pub struct GetReportListParameters<'a> {
    pub max_count: Option<i32>,
    pub report_type_list: Option<Vec<&'a str>>,
    pub acknowledged: Option<bool>,
    pub available_from_date: Option<DateTime<Utc>>,
    pub available_to_date: Option<DateTime<Utc>>,
    pub report_request_id_list: Option<Vec<String>>,
}

Parameters for GetReportList

Fields

Trait Implementations

impl<'a> Debug for GetReportListParameters<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Default for GetReportListParameters<'a>
[src]

[src]

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

impl<'a> Into<Vec<(String, String)>> for GetReportListParameters<'a>
[src]

Important traits for Vec<u8>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for GetReportListParameters<'a>

impl<'a> Sync for GetReportListParameters<'a>