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