Struct amazon_sp_sellers::models::participation::Participation
source · [−]Expand description
Participation : Detailed information that is specific to a seller in a Marketplace.
Fields
is_participating: boolhas_suspended_listings: boolSpecifies if the seller has suspended listings. True if the seller Listing Status is set to Inactive, otherwise False.
Implementations
sourceimpl Participation
impl Participation
sourcepub fn new(is_participating: bool, has_suspended_listings: bool) -> Participation
pub fn new(is_participating: bool, has_suspended_listings: bool) -> Participation
Detailed information that is specific to a seller in a Marketplace.
Trait Implementations
sourceimpl Clone for Participation
impl Clone for Participation
sourcefn clone(&self) -> Participation
fn clone(&self) -> Participation
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 Participation
impl Debug for Participation
sourceimpl Default for Participation
impl Default for Participation
sourcefn default() -> Participation
fn default() -> Participation
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Participation
impl<'de> Deserialize<'de> for Participation
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<Participation> for Participation
impl PartialEq<Participation> for Participation
sourcefn eq(&self, other: &Participation) -> bool
fn eq(&self, other: &Participation) -> bool
sourceimpl Serialize for Participation
impl Serialize for Participation
impl StructuralPartialEq for Participation
Auto Trait Implementations
impl RefUnwindSafe for Participation
impl Send for Participation
impl Sync for Participation
impl Unpin for Participation
impl UnwindSafe for Participation
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