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