pub enum ComplexEventCondition {
    And,
    Or,
}Variants§
Implementations§
source§impl ComplexEventCondition
 
impl ComplexEventCondition
pub const fn from_bytes(input: &[u8]) -> Option<ComplexEventCondition>
pub const fn from_fix_str(input: &FixStr) -> Option<ComplexEventCondition>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for ComplexEventCondition
 
impl Clone for ComplexEventCondition
source§fn clone(&self) -> ComplexEventCondition
 
fn clone(&self) -> ComplexEventCondition
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 ComplexEventCondition
 
impl Debug for ComplexEventCondition
source§impl Default for ComplexEventCondition
 
impl Default for ComplexEventCondition
source§fn default() -> ComplexEventCondition
 
fn default() -> ComplexEventCondition
Returns the “default value” for a type. Read more
source§impl From<ComplexEventCondition> for &'static [u8]
 
impl From<ComplexEventCondition> for &'static [u8]
source§impl PartialEq for ComplexEventCondition
 
impl PartialEq for ComplexEventCondition
source§impl ToFixString for ComplexEventCondition
 
impl ToFixString for ComplexEventCondition
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for ComplexEventCondition
 
impl TryFrom<i64> for ComplexEventCondition
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<ComplexEventCondition, SessionRejectReason>
 
fn try_from(input: Int) -> Result<ComplexEventCondition, SessionRejectReason>
Performs the conversion.
impl Copy for ComplexEventCondition
impl Eq for ComplexEventCondition
impl StructuralPartialEq for ComplexEventCondition
Auto Trait Implementations§
impl Freeze for ComplexEventCondition
impl RefUnwindSafe for ComplexEventCondition
impl Send for ComplexEventCondition
impl Sync for ComplexEventCondition
impl Unpin for ComplexEventCondition
impl UnwindSafe for ComplexEventCondition
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)