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