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