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