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