pub enum SubCondition {
Show 13 variants
New,
Mint,
VeryGood,
Good,
Acceptable,
Poor,
Club,
Oem,
Warranty,
RefurbishedWarranty,
Refurbished,
OpenBox,
Other,
}Expand description
The item subcondition of the offer.
Variants§
New
Mint
VeryGood
Good
Acceptable
Poor
Club
Oem
Warranty
RefurbishedWarranty
Refurbished
OpenBox
Other
Trait Implementations§
Source§impl Clone for SubCondition
impl Clone for SubCondition
Source§fn clone(&self) -> SubCondition
fn clone(&self) -> SubCondition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubCondition
Source§impl Debug for SubCondition
impl Debug for SubCondition
Source§impl Default for SubCondition
impl Default for SubCondition
Source§fn default() -> SubCondition
fn default() -> SubCondition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubCondition
impl<'de> Deserialize<'de> for SubCondition
Source§fn 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
impl Eq for SubCondition
Source§impl Hash for SubCondition
impl Hash for SubCondition
Source§impl Ord for SubCondition
impl Ord for SubCondition
Source§fn cmp(&self, other: &SubCondition) -> Ordering
fn cmp(&self, other: &SubCondition) -> Ordering
1.21.0 (const: unstable) · Source§fn 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
Source§impl PartialEq for SubCondition
impl PartialEq for SubCondition
Source§impl PartialOrd for SubCondition
impl PartialOrd for SubCondition
Source§impl Serialize for SubCondition
impl Serialize for SubCondition
impl StructuralPartialEq for SubCondition
Auto Trait Implementations§
impl Freeze for SubCondition
impl RefUnwindSafe for SubCondition
impl Send for SubCondition
impl Sync for SubCondition
impl Unpin for SubCondition
impl UnsafeUnpin for SubCondition
impl UnwindSafe for SubCondition
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more