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