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