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