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