Enum amazon_sp_fba_inbound_eligibility::models::item_eligibility_preview::IneligibilityReasonList
source · [−]pub enum IneligibilityReasonList {
Show 39 variants
FBAINB0004,
FBAINB0006,
FBAINB0007,
FBAINB0008,
FBAINB0009,
FBAINB0010,
FBAINB0011,
FBAINB0012,
FBAINB0013,
FBAINB0014,
FBAINB0015,
FBAINB0016,
FBAINB0017,
FBAINB0018,
FBAINB0019,
FBAINB0034,
FBAINB0035,
FBAINB0036,
FBAINB0037,
FBAINB0038,
FBAINB0050,
FBAINB0051,
FBAINB0053,
FBAINB0055,
FBAINB0056,
FBAINB0059,
FBAINB0065,
FBAINB0066,
FBAINB0067,
FBAINB0068,
FBAINB0095,
FBAINB0097,
FBAINB0098,
FBAINB0099,
FBAINB0100,
FBAINB0103,
FBAINB0104,
FBAINB0197,
UNKNOWNINBERRORCODE,
}Expand description
Potential Ineligibility Reason Codes.
Variants
FBAINB0004
FBAINB0006
FBAINB0007
FBAINB0008
FBAINB0009
FBAINB0010
FBAINB0011
FBAINB0012
FBAINB0013
FBAINB0014
FBAINB0015
FBAINB0016
FBAINB0017
FBAINB0018
FBAINB0019
FBAINB0034
FBAINB0035
FBAINB0036
FBAINB0037
FBAINB0038
FBAINB0050
FBAINB0051
FBAINB0053
FBAINB0055
FBAINB0056
FBAINB0059
FBAINB0065
FBAINB0066
FBAINB0067
FBAINB0068
FBAINB0095
FBAINB0097
FBAINB0098
FBAINB0099
FBAINB0100
FBAINB0103
FBAINB0104
FBAINB0197
UNKNOWNINBERRORCODE
Trait Implementations
sourceimpl Clone for IneligibilityReasonList
impl Clone for IneligibilityReasonList
sourcefn clone(&self) -> IneligibilityReasonList
fn clone(&self) -> IneligibilityReasonList
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 IneligibilityReasonList
impl Debug for IneligibilityReasonList
sourceimpl Default for IneligibilityReasonList
impl Default for IneligibilityReasonList
sourcefn default() -> IneligibilityReasonList
fn default() -> IneligibilityReasonList
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for IneligibilityReasonList
impl<'de> Deserialize<'de> for IneligibilityReasonList
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 Hash for IneligibilityReasonList
impl Hash for IneligibilityReasonList
sourceimpl Ord for IneligibilityReasonList
impl Ord for IneligibilityReasonList
sourcefn cmp(&self, other: &IneligibilityReasonList) -> Ordering
fn cmp(&self, other: &IneligibilityReasonList) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<IneligibilityReasonList> for IneligibilityReasonList
impl PartialEq<IneligibilityReasonList> for IneligibilityReasonList
sourcefn eq(&self, other: &IneligibilityReasonList) -> bool
fn eq(&self, other: &IneligibilityReasonList) -> bool
sourceimpl PartialOrd<IneligibilityReasonList> for IneligibilityReasonList
impl PartialOrd<IneligibilityReasonList> for IneligibilityReasonList
sourcefn partial_cmp(&self, other: &IneligibilityReasonList) -> Option<Ordering>
fn partial_cmp(&self, other: &IneligibilityReasonList) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl Serialize for IneligibilityReasonList
impl Serialize for IneligibilityReasonList
impl Copy for IneligibilityReasonList
impl Eq for IneligibilityReasonList
impl StructuralEq for IneligibilityReasonList
impl StructuralPartialEq for IneligibilityReasonList
Auto Trait Implementations
impl RefUnwindSafe for IneligibilityReasonList
impl Send for IneligibilityReasonList
impl Sync for IneligibilityReasonList
impl Unpin for IneligibilityReasonList
impl UnwindSafe for IneligibilityReasonList
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.