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