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