Enum torn_api::market::MarketSelection
source · pub enum MarketSelection {
Bazaar,
}Variants§
Bazaar
Trait Implementations§
source§impl ApiSelection for MarketSelection
impl ApiSelection for MarketSelection
source§impl Clone for MarketSelection
impl Clone for MarketSelection
source§fn clone(&self) -> MarketSelection
fn clone(&self) -> MarketSelection
Returns a copy 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 MarketSelection
impl Debug for MarketSelection
impl Copy for MarketSelection
Auto Trait Implementations§
impl RefUnwindSafe for MarketSelection
impl Send for MarketSelection
impl Sync for MarketSelection
impl Unpin for MarketSelection
impl UnwindSafe for MarketSelection
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