pub enum TriggerAction {
    Activate,
    Modify,
    Cancel,
}Variants§
Implementations§
source§impl TriggerAction
 
impl TriggerAction
pub const fn from_bytes(input: &[u8]) -> Option<TriggerAction>
pub const fn from_fix_str(input: &FixStr) -> Option<TriggerAction>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const 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.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 TriggerAction
 
impl Debug for TriggerAction
source§impl Default for TriggerAction
 
impl Default for TriggerAction
source§fn default() -> TriggerAction
 
fn default() -> TriggerAction
Returns the “default value” for a type. Read more
source§impl From<TriggerAction> for &'static [u8]
 
impl From<TriggerAction> for &'static [u8]
source§impl PartialEq for TriggerAction
 
impl PartialEq for TriggerAction
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
source§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 StructuralPartialEq for TriggerAction
Auto Trait Implementations§
impl Freeze for TriggerAction
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
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)