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