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