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