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