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