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