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