#[repr(u16)]pub enum LiquiditySide {
NoLiquiditySide = 0,
Maker = 1,
Taker = 2,
}Variants§
Trait Implementations§
Source§impl Clone for LiquiditySide
impl Clone for LiquiditySide
Source§fn clone(&self) -> LiquiditySide
fn clone(&self) -> LiquiditySide
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 LiquiditySide
Source§impl Debug for LiquiditySide
impl Debug for LiquiditySide
impl Eq for LiquiditySide
Source§impl From<LiquiditySide> for Reader<'_>
impl From<LiquiditySide> for Reader<'_>
Source§fn from(e: LiquiditySide) -> Self
fn from(e: LiquiditySide) -> Self
Converts to this type from the input type.
Source§impl From<LiquiditySide> for u16
impl From<LiquiditySide> for u16
Source§fn from(x: LiquiditySide) -> u16
fn from(x: LiquiditySide) -> u16
Converts to this type from the input type.
Source§impl Introspect for LiquiditySide
impl Introspect for LiquiditySide
Source§fn introspect() -> Type
fn introspect() -> Type
Retrieves a description of the type.
Source§impl PartialEq for LiquiditySide
impl PartialEq for LiquiditySide
Source§fn eq(&self, other: &LiquiditySide) -> bool
fn eq(&self, other: &LiquiditySide) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LiquiditySide
Auto Trait Implementations§
impl Freeze for LiquiditySide
impl RefUnwindSafe for LiquiditySide
impl Send for LiquiditySide
impl Sync for LiquiditySide
impl Unpin for LiquiditySide
impl UnsafeUnpin for LiquiditySide
impl UnwindSafe for LiquiditySide
Blanket Implementations§
impl<T> Allocation for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more