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