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