Enum easyfix_messages::fields::EmailType  
source · pub enum EmailType {
    New,
    Reply,
    AdminReply,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<EmailType> for EmailType
 
impl PartialEq<EmailType> for EmailType
source§impl ToFixString for EmailType
 
impl ToFixString for EmailType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for EmailType
 
impl TryFrom<u8> for EmailType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.