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