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