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