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