Struct amazon_sp_fba_small_and_light::models::small_and_light_enrollment::SmallAndLightEnrollment
source · [−]pub struct SmallAndLightEnrollment {
pub marketplace_id: String,
pub seller_sku: String,
pub status: SmallAndLightEnrollmentStatus,
}Expand description
SmallAndLightEnrollment : The Small and Light enrollment 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: SmallAndLightEnrollmentStatusImplementations
sourceimpl SmallAndLightEnrollment
impl SmallAndLightEnrollment
sourcepub fn new(
marketplace_id: String,
seller_sku: String,
status: SmallAndLightEnrollmentStatus
) -> SmallAndLightEnrollment
pub fn new(
marketplace_id: String,
seller_sku: String,
status: SmallAndLightEnrollmentStatus
) -> SmallAndLightEnrollment
The Small and Light enrollment status of the item indicated by the specified seller SKU.
Trait Implementations
sourceimpl Clone for SmallAndLightEnrollment
impl Clone for SmallAndLightEnrollment
sourcefn clone(&self) -> SmallAndLightEnrollment
fn clone(&self) -> SmallAndLightEnrollment
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 SmallAndLightEnrollment
impl Debug for SmallAndLightEnrollment
sourceimpl Default for SmallAndLightEnrollment
impl Default for SmallAndLightEnrollment
sourcefn default() -> SmallAndLightEnrollment
fn default() -> SmallAndLightEnrollment
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SmallAndLightEnrollment
impl<'de> Deserialize<'de> for SmallAndLightEnrollment
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<SmallAndLightEnrollment> for SmallAndLightEnrollment
impl PartialEq<SmallAndLightEnrollment> for SmallAndLightEnrollment
sourcefn eq(&self, other: &SmallAndLightEnrollment) -> bool
fn eq(&self, other: &SmallAndLightEnrollment) -> bool
sourceimpl Serialize for SmallAndLightEnrollment
impl Serialize for SmallAndLightEnrollment
impl StructuralPartialEq for SmallAndLightEnrollment
Auto Trait Implementations
impl RefUnwindSafe for SmallAndLightEnrollment
impl Send for SmallAndLightEnrollment
impl Sync for SmallAndLightEnrollment
impl Unpin for SmallAndLightEnrollment
impl UnwindSafe for SmallAndLightEnrollment
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