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