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