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