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