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