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