Enum easyfix_messages::fields::TriggerAction  
source · pub enum TriggerAction {
    Activate,
    Modify,
    Cancel,
}Variants§
Implementations§
source§impl TriggerAction
 
impl TriggerAction
pub fn from_bytes(input: &[u8]) -> Option<TriggerAction>
pub fn from_fix_str(input: &FixStr) -> Option<TriggerAction>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for TriggerAction
 
impl Clone for TriggerAction
source§fn clone(&self) -> TriggerAction
 
fn clone(&self) -> TriggerAction
Returns a copy 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 TriggerAction
 
impl Debug for TriggerAction
source§impl From<TriggerAction> for &'static [u8]
 
impl From<TriggerAction> for &'static [u8]
source§impl PartialEq<TriggerAction> for TriggerAction
 
impl PartialEq<TriggerAction> for TriggerAction
source§fn eq(&self, other: &TriggerAction) -> bool
 
fn eq(&self, other: &TriggerAction) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for TriggerAction
 
impl ToFixString for TriggerAction
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for TriggerAction
 
impl TryFrom<u8> for TriggerAction
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<TriggerAction, SessionRejectReason>
 
fn try_from(input: Char) -> Result<TriggerAction, SessionRejectReason>
Performs the conversion.
impl Copy for TriggerAction
impl Eq for TriggerAction
impl StructuralEq for TriggerAction
impl StructuralPartialEq for TriggerAction
Auto Trait Implementations§
impl RefUnwindSafe for TriggerAction
impl Send for TriggerAction
impl Sync for TriggerAction
impl Unpin for TriggerAction
impl UnwindSafe for TriggerAction
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