pub enum QuoteType {
Indicative,
Tradeable,
RestrictedTradeable,
Counter,
}
Variants§
Implementations§
Trait Implementations§
Source§impl ToFixString for QuoteType
impl ToFixString for QuoteType
fn to_fix_string(&self) -> FixString
impl Copy for QuoteType
impl Eq for QuoteType
impl StructuralPartialEq for QuoteType
Auto Trait Implementations§
impl Freeze for QuoteType
impl RefUnwindSafe for QuoteType
impl Send for QuoteType
impl Sync for QuoteType
impl Unpin for QuoteType
impl UnwindSafe for QuoteType
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