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