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