pub struct ComplexEventConditionField(pub FIXInt);Expand description
ComplexEventConditionField is a INT field, Tag 1490.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for ComplexEventConditionField
Auto Trait Implementations§
impl Freeze for ComplexEventConditionField
impl RefUnwindSafe for ComplexEventConditionField
impl Send for ComplexEventConditionField
impl Sync for ComplexEventConditionField
impl Unpin for ComplexEventConditionField
impl UnsafeUnpin for ComplexEventConditionField
impl UnwindSafe for ComplexEventConditionField
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