Enum quickfix_msg50::field_types::CollAction
source · pub enum CollAction {
Retain = 0,
Add = 1,
Remove = 2,
}Variants§
Implementations§
source§impl CollAction
impl CollAction
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for CollAction
impl Clone for CollAction
source§fn clone(&self) -> CollAction
fn clone(&self) -> CollAction
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 CollAction
impl Debug for CollAction
source§impl FromStr for CollAction
impl FromStr for CollAction
source§impl Hash for CollAction
impl Hash for CollAction
source§impl IntoFixValue for CollAction
impl IntoFixValue for CollAction
source§impl PartialEq for CollAction
impl PartialEq for CollAction
source§fn eq(&self, other: &CollAction) -> bool
fn eq(&self, other: &CollAction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CollAction
impl Eq for CollAction
impl StructuralPartialEq for CollAction
Auto Trait Implementations§
impl RefUnwindSafe for CollAction
impl Send for CollAction
impl Sync for CollAction
impl Unpin for CollAction
impl UnwindSafe for CollAction
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