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