Enum easyfix_messages::fields::ApplResponseType  
source · pub enum ApplResponseType {
    RequestSuccessfullyProcessed,
    ApplicationDoesNotExist,
    MessagesNotAvailable,
}Variants§
Implementations§
source§impl ApplResponseType
 
impl ApplResponseType
pub fn from_bytes(input: &[u8]) -> Option<ApplResponseType>
pub fn from_fix_str(input: &FixStr) -> Option<ApplResponseType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for ApplResponseType
 
impl Clone for ApplResponseType
source§fn clone(&self) -> ApplResponseType
 
fn clone(&self) -> ApplResponseType
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 ApplResponseType
 
impl Debug for ApplResponseType
source§impl From<ApplResponseType> for &'static [u8]
 
impl From<ApplResponseType> for &'static [u8]
source§impl PartialEq<ApplResponseType> for ApplResponseType
 
impl PartialEq<ApplResponseType> for ApplResponseType
source§fn eq(&self, other: &ApplResponseType) -> bool
 
fn eq(&self, other: &ApplResponseType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for ApplResponseType
 
impl ToFixString for ApplResponseType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for ApplResponseType
 
impl TryFrom<i64> for ApplResponseType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<ApplResponseType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<ApplResponseType, SessionRejectReason>
Performs the conversion.