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