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