Struct amazon_sp_fba_small_and_light::models::small_and_light_eligibility::SmallAndLightEligibility
source · [−]pub struct SmallAndLightEligibility {
pub marketplace_id: String,
pub seller_sku: String,
pub status: SmallAndLightEligibilityStatus,
}Expand description
SmallAndLightEligibility : The Small and Light eligibility status of the item indicated by the specified seller SKU.
Fields
marketplace_id: StringA marketplace identifier.
seller_sku: StringIdentifies an item in the given marketplace. SellerSKU is qualified by the seller’s SellerId, which is included with every operation that you submit.
status: SmallAndLightEligibilityStatusImplementations
sourceimpl SmallAndLightEligibility
impl SmallAndLightEligibility
sourcepub fn new(
marketplace_id: String,
seller_sku: String,
status: SmallAndLightEligibilityStatus
) -> SmallAndLightEligibility
pub fn new(
marketplace_id: String,
seller_sku: String,
status: SmallAndLightEligibilityStatus
) -> SmallAndLightEligibility
The Small and Light eligibility status of the item indicated by the specified seller SKU.
Trait Implementations
sourceimpl Clone for SmallAndLightEligibility
impl Clone for SmallAndLightEligibility
sourcefn clone(&self) -> SmallAndLightEligibility
fn clone(&self) -> SmallAndLightEligibility
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 Debug for SmallAndLightEligibility
impl Debug for SmallAndLightEligibility
sourceimpl Default for SmallAndLightEligibility
impl Default for SmallAndLightEligibility
sourcefn default() -> SmallAndLightEligibility
fn default() -> SmallAndLightEligibility
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SmallAndLightEligibility
impl<'de> Deserialize<'de> for SmallAndLightEligibility
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<SmallAndLightEligibility> for SmallAndLightEligibility
impl PartialEq<SmallAndLightEligibility> for SmallAndLightEligibility
sourcefn eq(&self, other: &SmallAndLightEligibility) -> bool
fn eq(&self, other: &SmallAndLightEligibility) -> bool
sourceimpl Serialize for SmallAndLightEligibility
impl Serialize for SmallAndLightEligibility
impl StructuralPartialEq for SmallAndLightEligibility
Auto Trait Implementations
impl RefUnwindSafe for SmallAndLightEligibility
impl Send for SmallAndLightEligibility
impl Sync for SmallAndLightEligibility
impl Unpin for SmallAndLightEligibility
impl UnwindSafe for SmallAndLightEligibility
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