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