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