Enum quickfix_msg50::field_types::CollApplType
source · pub enum CollApplType {
SpecificDeposit = 0,
General = 1,
}Variants§
Implementations§
source§impl CollApplType
impl CollApplType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
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 FromStr for CollApplType
impl FromStr for CollApplType
source§impl Hash for CollApplType
impl Hash for CollApplType
source§impl IntoFixValue for CollApplType
impl IntoFixValue for CollApplType
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 ==.impl Copy for CollApplType
impl Eq 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