Struct amazon_sp_sellers::models::get_marketplace_participations_response::GetMarketplaceParticipationsResponse
source · [−]pub struct GetMarketplaceParticipationsResponse {
pub payload: Option<Vec<MarketplaceParticipation>>,
pub errors: Option<Vec<Error>>,
}Expand description
GetMarketplaceParticipationsResponse : The response schema for the getMarketplaceParticipations operation.
Fields
payload: Option<Vec<MarketplaceParticipation>>List of marketplace participations.
errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl GetMarketplaceParticipationsResponse
impl GetMarketplaceParticipationsResponse
sourcepub fn new() -> GetMarketplaceParticipationsResponse
pub fn new() -> GetMarketplaceParticipationsResponse
The response schema for the getMarketplaceParticipations operation.
Trait Implementations
sourceimpl Clone for GetMarketplaceParticipationsResponse
impl Clone for GetMarketplaceParticipationsResponse
sourcefn clone(&self) -> GetMarketplaceParticipationsResponse
fn clone(&self) -> GetMarketplaceParticipationsResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for GetMarketplaceParticipationsResponse
impl Default for GetMarketplaceParticipationsResponse
sourcefn default() -> GetMarketplaceParticipationsResponse
fn default() -> GetMarketplaceParticipationsResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetMarketplaceParticipationsResponse
impl<'de> Deserialize<'de> for GetMarketplaceParticipationsResponse
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<GetMarketplaceParticipationsResponse> for GetMarketplaceParticipationsResponse
impl PartialEq<GetMarketplaceParticipationsResponse> for GetMarketplaceParticipationsResponse
sourcefn eq(&self, other: &GetMarketplaceParticipationsResponse) -> bool
fn eq(&self, other: &GetMarketplaceParticipationsResponse) -> bool
impl StructuralPartialEq for GetMarketplaceParticipationsResponse
Auto Trait Implementations
impl RefUnwindSafe for GetMarketplaceParticipationsResponse
impl Send for GetMarketplaceParticipationsResponse
impl Sync for GetMarketplaceParticipationsResponse
impl Unpin for GetMarketplaceParticipationsResponse
impl UnwindSafe for GetMarketplaceParticipationsResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more