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