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