pub struct QuoteCondition;Expand description
QuoteCondition (276).
Implementations§
Source§impl QuoteCondition
impl QuoteCondition
pub const OPEN: &'static str = "A"
pub const CLOSED: &'static str = "B"
pub const EXCHBEST: &'static str = "C"
pub const CONSOLBEST: &'static str = "D"
pub const LOCKED: &'static str = "E"
pub const CROSSED: &'static str = "F"
pub const DEPTH: &'static str = "G"
pub const FAST: &'static str = "H"
pub const NONFIRM: &'static str = "I"
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuoteCondition
impl RefUnwindSafe for QuoteCondition
impl Send for QuoteCondition
impl Sync for QuoteCondition
impl Unpin for QuoteCondition
impl UnsafeUnpin for QuoteCondition
impl UnwindSafe for QuoteCondition
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