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