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