pub enum MarketDirection {
Up,
Down,
}Variants§
Trait Implementations§
Source§impl Clone for MarketDirection
impl Clone for MarketDirection
Source§fn clone(&self) -> MarketDirection
fn clone(&self) -> MarketDirection
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 MarketDirection
impl Debug for MarketDirection
Source§impl<'de> Deserialize<'de> for MarketDirection
impl<'de> Deserialize<'de> for MarketDirection
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 PartialEq for MarketDirection
impl PartialEq for MarketDirection
Source§impl Serialize for MarketDirection
impl Serialize for MarketDirection
impl Copy for MarketDirection
impl Eq for MarketDirection
impl StructuralPartialEq for MarketDirection
Auto Trait Implementations§
impl Freeze for MarketDirection
impl RefUnwindSafe for MarketDirection
impl Send for MarketDirection
impl Sync for MarketDirection
impl Unpin for MarketDirection
impl UnwindSafe for MarketDirection
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