Struct amazon_sp_listings_items::models::listings_item_submission_response::ListingsItemSubmissionResponse
source · [−]pub struct ListingsItemSubmissionResponse {
pub sku: String,
pub status: Status,
pub submission_id: String,
pub issues: Option<Vec<Issue>>,
}Expand description
ListingsItemSubmissionResponse : Response containing the results of a submission to the Selling Partner API for Listings Items.
Fields
sku: StringA selling partner provided identifier for an Amazon listing.
status: StatusThe status of the listings item submission.
submission_id: StringThe unique identifier of the listings item submission.
issues: Option<Vec<Issue>>Listings item issues related to the listings item submission.
Implementations
Trait Implementations
sourceimpl Clone for ListingsItemSubmissionResponse
impl Clone for ListingsItemSubmissionResponse
sourcefn clone(&self) -> ListingsItemSubmissionResponse
fn clone(&self) -> ListingsItemSubmissionResponse
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 ListingsItemSubmissionResponse
impl Default for ListingsItemSubmissionResponse
sourcefn default() -> ListingsItemSubmissionResponse
fn default() -> ListingsItemSubmissionResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ListingsItemSubmissionResponse
impl<'de> Deserialize<'de> for ListingsItemSubmissionResponse
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<ListingsItemSubmissionResponse> for ListingsItemSubmissionResponse
impl PartialEq<ListingsItemSubmissionResponse> for ListingsItemSubmissionResponse
sourcefn eq(&self, other: &ListingsItemSubmissionResponse) -> bool
fn eq(&self, other: &ListingsItemSubmissionResponse) -> bool
impl StructuralPartialEq for ListingsItemSubmissionResponse
Auto Trait Implementations
impl RefUnwindSafe for ListingsItemSubmissionResponse
impl Send for ListingsItemSubmissionResponse
impl Sync for ListingsItemSubmissionResponse
impl Unpin for ListingsItemSubmissionResponse
impl UnwindSafe for ListingsItemSubmissionResponse
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