pub enum AllocHandlInst {
Match = 1,
Forward = 2,
ForwardAndMatch = 3,
}
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
source§fn eq(&self, other: &AllocHandlInst) -> bool
fn eq(&self, other: &AllocHandlInst) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AllocHandlInst
impl Eq for AllocHandlInst
impl StructuralPartialEq for AllocHandlInst
Auto Trait Implementations§
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