pub enum HandlInst {
AutomatedExecutionNoIntervention,
AutomatedExecutionInterventionOk,
ManualOrder,
}Variants§
Implementations§
Source§impl HandlInst
impl HandlInst
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
impl Copy for HandlInst
impl Eq for HandlInst
Source§impl IntoFixValue for HandlInst
impl IntoFixValue for HandlInst
impl StructuralPartialEq for HandlInst
Auto Trait Implementations§
impl Freeze for HandlInst
impl RefUnwindSafe for HandlInst
impl Send for HandlInst
impl Sync for HandlInst
impl Unpin for HandlInst
impl UnsafeUnpin for HandlInst
impl UnwindSafe for HandlInst
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