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