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