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