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