pub enum PegLimitType {
OrBetter = 0,
Strict = 1,
OrWorse = 2,
}
Variants§
Implementations§
Source§impl PegLimitType
impl PegLimitType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for PegLimitType
impl Clone for PegLimitType
Source§fn clone(&self) -> PegLimitType
fn clone(&self) -> PegLimitType
Returns a duplicate 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 PegLimitType
impl Debug for PegLimitType
Source§impl FromStr for PegLimitType
impl FromStr for PegLimitType
Source§impl Hash for PegLimitType
impl Hash for PegLimitType
Source§impl IntoFixValue for PegLimitType
impl IntoFixValue for PegLimitType
Source§impl PartialEq for PegLimitType
impl PartialEq for PegLimitType
impl Copy for PegLimitType
impl Eq for PegLimitType
impl StructuralPartialEq for PegLimitType
Auto Trait Implementations§
impl Freeze for PegLimitType
impl RefUnwindSafe for PegLimitType
impl Send for PegLimitType
impl Sync for PegLimitType
impl Unpin for PegLimitType
impl UnwindSafe for PegLimitType
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