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