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