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