pub enum TriggerMethod {
Default = 0,
DoubleBidAsk = 1,
Last = 2,
DoubleLast = 3,
BidAsk = 4,
LastOrBidAsk = 7,
Midpoint = 8,
}Variants§
Trait Implementations§
Source§impl Clone for TriggerMethod
impl Clone for TriggerMethod
Source§fn clone(&self) -> TriggerMethod
fn clone(&self) -> TriggerMethod
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 TriggerMethod
impl Debug for TriggerMethod
Source§impl PartialEq for TriggerMethod
impl PartialEq for TriggerMethod
impl Copy for TriggerMethod
impl Eq for TriggerMethod
impl StructuralPartialEq for TriggerMethod
Auto Trait Implementations§
impl Freeze for TriggerMethod
impl RefUnwindSafe for TriggerMethod
impl Send for TriggerMethod
impl Sync for TriggerMethod
impl Unpin for TriggerMethod
impl UnwindSafe for TriggerMethod
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