pub struct UnderlyingLegCFICodeField(pub FIXString);Expand description
UnderlyingLegCFICodeField is a STRING field, Tag 1344.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for UnderlyingLegCFICodeField
Auto Trait Implementations§
impl Freeze for UnderlyingLegCFICodeField
impl RefUnwindSafe for UnderlyingLegCFICodeField
impl Send for UnderlyingLegCFICodeField
impl Sync for UnderlyingLegCFICodeField
impl Unpin for UnderlyingLegCFICodeField
impl UnsafeUnpin for UnderlyingLegCFICodeField
impl UnwindSafe for UnderlyingLegCFICodeField
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