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