pub enum MarketSelectionNameVariant {
Bazaar,
Itemmarket,
Properties,
Rentals,
Lookup,
Timestamp,
Pointsmarket,
}
Expand description
The following selections will fallback to API v1 and may change at any time: ‘pointsmarket’.
Variants§
Trait Implementations§
Source§impl Clone for MarketSelectionNameVariant
impl Clone for MarketSelectionNameVariant
Source§fn clone(&self) -> MarketSelectionNameVariant
fn clone(&self) -> MarketSelectionNameVariant
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MarketSelectionNameVariant
impl Debug for MarketSelectionNameVariant
Source§impl<'de> Deserialize<'de> for MarketSelectionNameVariant
impl<'de> Deserialize<'de> for MarketSelectionNameVariant
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
Source§impl Display for MarketSelectionNameVariant
impl Display for MarketSelectionNameVariant
Source§impl From<MarketSelectionNameVariant> for MarketSelectionName
impl From<MarketSelectionNameVariant> for MarketSelectionName
Source§fn from(value: MarketSelectionNameVariant) -> Self
fn from(value: MarketSelectionNameVariant) -> Self
Converts to this type from the input type.
Source§impl Hash for MarketSelectionNameVariant
impl Hash for MarketSelectionNameVariant
impl Copy for MarketSelectionNameVariant
impl Eq for MarketSelectionNameVariant
impl StructuralPartialEq for MarketSelectionNameVariant
Auto Trait Implementations§
impl Freeze for MarketSelectionNameVariant
impl RefUnwindSafe for MarketSelectionNameVariant
impl Send for MarketSelectionNameVariant
impl Sync for MarketSelectionNameVariant
impl Unpin for MarketSelectionNameVariant
impl UnwindSafe for MarketSelectionNameVariant
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