pub struct PosMaintRptIDField(pub FIXString);Expand description
PosMaintRptIDField is a STRING field, Tag 721.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for PosMaintRptIDField
Auto Trait Implementations§
impl Freeze for PosMaintRptIDField
impl RefUnwindSafe for PosMaintRptIDField
impl Send for PosMaintRptIDField
impl Sync for PosMaintRptIDField
impl Unpin for PosMaintRptIDField
impl UnsafeUnpin for PosMaintRptIDField
impl UnwindSafe for PosMaintRptIDField
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