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