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