Enum easyfix_messages::fields::DefaultApplVerId  
source · pub enum DefaultApplVerId {
    Fix27,
    Fix30,
    Fix40,
    Fix41,
    Fix42,
    Fix43,
    Fix44,
    Fix50,
    Fix50Sp1,
    Fix50Sp2,
    FixLatest,
}Variants§
Implementations§
source§impl DefaultApplVerId
 
impl DefaultApplVerId
pub fn from_bytes(input: &[u8]) -> Option<DefaultApplVerId>
pub fn from_fix_str(input: &FixStr) -> Option<DefaultApplVerId>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for DefaultApplVerId
 
impl Clone for DefaultApplVerId
source§fn clone(&self) -> DefaultApplVerId
 
fn clone(&self) -> DefaultApplVerId
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 DefaultApplVerId
 
impl Debug for DefaultApplVerId
source§impl Default for DefaultApplVerId
 
impl Default for DefaultApplVerId
source§fn default() -> DefaultApplVerId
 
fn default() -> DefaultApplVerId
Returns the “default value” for a type. Read more
source§impl From<DefaultApplVerId> for &'static [u8]
 
impl From<DefaultApplVerId> for &'static [u8]
source§impl PartialEq<DefaultApplVerId> for DefaultApplVerId
 
impl PartialEq<DefaultApplVerId> for DefaultApplVerId
source§fn eq(&self, other: &DefaultApplVerId) -> bool
 
fn eq(&self, other: &DefaultApplVerId) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for DefaultApplVerId
 
impl ToFixString for DefaultApplVerId
fn to_fix_string(&self) -> FixString
source§impl TryFrom<&FixStr> for DefaultApplVerId
 
impl TryFrom<&FixStr> for DefaultApplVerId
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: &FixStr) -> Result<DefaultApplVerId, SessionRejectReason>
 
fn try_from(input: &FixStr) -> Result<DefaultApplVerId, SessionRejectReason>
Performs the conversion.
impl Copy for DefaultApplVerId
impl Eq for DefaultApplVerId
impl StructuralEq for DefaultApplVerId
impl StructuralPartialEq for DefaultApplVerId
Auto Trait Implementations§
impl RefUnwindSafe for DefaultApplVerId
impl Send for DefaultApplVerId
impl Sync for DefaultApplVerId
impl Unpin for DefaultApplVerId
impl UnwindSafe for DefaultApplVerId
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