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