pub struct ValueOfFuturesField(pub FIXDecimal);Expand description
ValueOfFuturesField is a AMT field, Tag 408.
Tuple Fields§
§0: FIXDecimalImplementations§
Trait Implementations§
impl FieldValue for ValueOfFuturesField
Auto Trait Implementations§
impl Freeze for ValueOfFuturesField
impl RefUnwindSafe for ValueOfFuturesField
impl Send for ValueOfFuturesField
impl Sync for ValueOfFuturesField
impl Unpin for ValueOfFuturesField
impl UnsafeUnpin for ValueOfFuturesField
impl UnwindSafe for ValueOfFuturesField
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