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