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