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