pub enum TradeOrderType {
Market,
Limit,
}Variants§
Trait Implementations§
Source§impl Clone for TradeOrderType
impl Clone for TradeOrderType
Source§fn clone(&self) -> TradeOrderType
fn clone(&self) -> TradeOrderType
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 TradeOrderType
Source§impl Debug for TradeOrderType
impl Debug for TradeOrderType
impl Eq for TradeOrderType
Source§impl PartialEq for TradeOrderType
impl PartialEq for TradeOrderType
Source§fn eq(&self, other: &TradeOrderType) -> bool
fn eq(&self, other: &TradeOrderType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TradeOrderType
Auto Trait Implementations§
impl Freeze for TradeOrderType
impl RefUnwindSafe for TradeOrderType
impl Send for TradeOrderType
impl Sync for TradeOrderType
impl Unpin for TradeOrderType
impl UnsafeUnpin for TradeOrderType
impl UnwindSafe for TradeOrderType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.