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