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