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