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