pub enum DiscretionMoveType {
    Floating,
    Fixed,
}Variants§
Implementations§
source§impl DiscretionMoveType
 
impl DiscretionMoveType
pub const fn from_bytes(input: &[u8]) -> Option<DiscretionMoveType>
pub const fn from_fix_str(input: &FixStr) -> Option<DiscretionMoveType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
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.6.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 Default for DiscretionMoveType
 
impl Default for DiscretionMoveType
source§fn default() -> DiscretionMoveType
 
fn default() -> DiscretionMoveType
Returns the “default value” for a type. Read more
source§impl From<DiscretionMoveType> for &'static [u8]
 
impl From<DiscretionMoveType> for &'static [u8]
source§impl PartialEq for DiscretionMoveType
 
impl PartialEq for DiscretionMoveType
source§impl ToFixString for DiscretionMoveType
 
impl ToFixString for DiscretionMoveType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for DiscretionMoveType
 
impl TryFrom<i64> for DiscretionMoveType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Int) -> Result<DiscretionMoveType, SessionRejectReason>
 
fn try_from(input: Int) -> Result<DiscretionMoveType, SessionRejectReason>
Performs the conversion.
impl Copy for DiscretionMoveType
impl Eq for DiscretionMoveType
impl StructuralPartialEq for DiscretionMoveType
Auto Trait Implementations§
impl Freeze for DiscretionMoveType
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)