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