Struct mws::feeds::GetFeedSubmissionListResponse [] [src]

pub struct GetFeedSubmissionListResponse {
    pub RequestId: String,
    pub FeedSubmissionInfo: Vec<FeedSubmissionInfo>,
    pub NextToken: Option<String>,
}

Fields

Trait Implementations

impl Debug for GetFeedSubmissionListResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for GetFeedSubmissionListResponse
[src]

[src]

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

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

Auto Trait Implementations