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