pub enum PartialBookDepthUpdateSpeed {
Speed1000ms,
Speed100ms,
}Expand description
Update Speed: 1000ms or 100ms
Variants§
Trait Implementations§
Source§impl Clone for PartialBookDepthUpdateSpeed
impl Clone for PartialBookDepthUpdateSpeed
Source§fn clone(&self) -> PartialBookDepthUpdateSpeed
fn clone(&self) -> PartialBookDepthUpdateSpeed
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 moreSource§impl Debug for PartialBookDepthUpdateSpeed
impl Debug for PartialBookDepthUpdateSpeed
Source§impl<'de> Deserialize<'de> for PartialBookDepthUpdateSpeed
impl<'de> Deserialize<'de> for PartialBookDepthUpdateSpeed
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 PartialBookDepthUpdateSpeed
impl PartialEq for PartialBookDepthUpdateSpeed
Source§fn eq(&self, other: &PartialBookDepthUpdateSpeed) -> bool
fn eq(&self, other: &PartialBookDepthUpdateSpeed) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PartialBookDepthUpdateSpeed
Auto Trait Implementations§
impl Freeze for PartialBookDepthUpdateSpeed
impl RefUnwindSafe for PartialBookDepthUpdateSpeed
impl Send for PartialBookDepthUpdateSpeed
impl Sync for PartialBookDepthUpdateSpeed
impl Unpin for PartialBookDepthUpdateSpeed
impl UnsafeUnpin for PartialBookDepthUpdateSpeed
impl UnwindSafe for PartialBookDepthUpdateSpeed
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