pub enum DeltaAction {
Set,
Remove,
}Expand description
Whether a delta sets or removes a price level.
Variants§
Trait Implementations§
Source§impl Clone for DeltaAction
impl Clone for DeltaAction
Source§fn clone(&self) -> DeltaAction
fn clone(&self) -> DeltaAction
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 DeltaAction
impl Debug for DeltaAction
Source§impl<'de> Deserialize<'de> for DeltaAction
impl<'de> Deserialize<'de> for DeltaAction
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
Auto Trait Implementations§
impl Freeze for DeltaAction
impl RefUnwindSafe for DeltaAction
impl Send for DeltaAction
impl Sync for DeltaAction
impl Unpin for DeltaAction
impl UnsafeUnpin for DeltaAction
impl UnwindSafe for DeltaAction
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