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