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