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