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