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