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