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