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