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