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