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