pub enum DiscretionLimitType {
    OrBetter,
    Strict,
    OrWorse,
}Variants§
Implementations§
source§impl DiscretionLimitType
 
impl DiscretionLimitType
pub const fn from_bytes(input: &[u8]) -> Option<DiscretionLimitType>
pub const fn from_fix_str(input: &FixStr) -> Option<DiscretionLimitType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for DiscretionLimitType
 
impl Clone for DiscretionLimitType
source§fn clone(&self) -> DiscretionLimitType
 
fn clone(&self) -> DiscretionLimitType
Returns a copy of the value. Read more
1.6.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 DiscretionLimitType
 
impl Debug for DiscretionLimitType
source§impl Default for DiscretionLimitType
 
impl Default for DiscretionLimitType
source§fn default() -> DiscretionLimitType
 
fn default() -> DiscretionLimitType
Returns the “default value” for a type. Read more
source§impl From<DiscretionLimitType> for &'static [u8]
 
impl From<DiscretionLimitType> for &'static [u8]
source§impl PartialEq for DiscretionLimitType
 
impl PartialEq for DiscretionLimitType
source§impl ToFixString for DiscretionLimitType
 
impl ToFixString for DiscretionLimitType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for DiscretionLimitType
 
impl TryFrom<i64> for DiscretionLimitType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<DiscretionLimitType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<DiscretionLimitType, SessionRejectReason>
Performs the conversion.
impl Copy for DiscretionLimitType
impl Eq for DiscretionLimitType
impl StructuralPartialEq for DiscretionLimitType
Auto Trait Implementations§
impl Freeze for DiscretionLimitType
impl RefUnwindSafe for DiscretionLimitType
impl Send for DiscretionLimitType
impl Sync for DiscretionLimitType
impl Unpin for DiscretionLimitType
impl UnwindSafe for DiscretionLimitType
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)