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