pub enum TriggerPriceTypeScope {
None,
Local,
National,
Global,
}
Variants§
Implementations§
Source§impl TriggerPriceTypeScope
impl TriggerPriceTypeScope
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for TriggerPriceTypeScope
impl Clone for TriggerPriceTypeScope
Source§fn clone(&self) -> TriggerPriceTypeScope
fn clone(&self) -> TriggerPriceTypeScope
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 TriggerPriceTypeScope
impl Debug for TriggerPriceTypeScope
Source§impl FromStr for TriggerPriceTypeScope
impl FromStr for TriggerPriceTypeScope
Source§impl Hash for TriggerPriceTypeScope
impl Hash for TriggerPriceTypeScope
Source§impl IntoFixValue for TriggerPriceTypeScope
impl IntoFixValue for TriggerPriceTypeScope
Source§impl PartialEq for TriggerPriceTypeScope
impl PartialEq for TriggerPriceTypeScope
impl Copy for TriggerPriceTypeScope
impl Eq for TriggerPriceTypeScope
impl StructuralPartialEq for TriggerPriceTypeScope
Auto Trait Implementations§
impl Freeze for TriggerPriceTypeScope
impl RefUnwindSafe for TriggerPriceTypeScope
impl Send for TriggerPriceTypeScope
impl Sync for TriggerPriceTypeScope
impl Unpin for TriggerPriceTypeScope
impl UnwindSafe for TriggerPriceTypeScope
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