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