#[repr(u16)]pub enum OrderBookDeltaType {
Add = 0,
Update = 1,
Delete = 2,
Clear = 3,
}Variants§
Trait Implementations§
Source§impl Clone for OrderBookDeltaType
impl Clone for OrderBookDeltaType
Source§fn clone(&self) -> OrderBookDeltaType
fn clone(&self) -> OrderBookDeltaType
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 OrderBookDeltaType
Source§impl Debug for OrderBookDeltaType
impl Debug for OrderBookDeltaType
impl Eq for OrderBookDeltaType
Source§impl From<OrderBookDeltaType> for Reader<'_>
impl From<OrderBookDeltaType> for Reader<'_>
Source§fn from(e: OrderBookDeltaType) -> Self
fn from(e: OrderBookDeltaType) -> Self
Converts to this type from the input type.
Source§impl From<OrderBookDeltaType> for u16
impl From<OrderBookDeltaType> for u16
Source§fn from(x: OrderBookDeltaType) -> u16
fn from(x: OrderBookDeltaType) -> u16
Converts to this type from the input type.
Source§impl Introspect for OrderBookDeltaType
impl Introspect for OrderBookDeltaType
Source§fn introspect() -> Type
fn introspect() -> Type
Retrieves a description of the type.
Source§impl PartialEq for OrderBookDeltaType
impl PartialEq for OrderBookDeltaType
Source§fn eq(&self, other: &OrderBookDeltaType) -> bool
fn eq(&self, other: &OrderBookDeltaType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrderBookDeltaType
Auto Trait Implementations§
impl Freeze for OrderBookDeltaType
impl RefUnwindSafe for OrderBookDeltaType
impl Send for OrderBookDeltaType
impl Sync for OrderBookDeltaType
impl Unpin for OrderBookDeltaType
impl UnsafeUnpin for OrderBookDeltaType
impl UnwindSafe for OrderBookDeltaType
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,
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.