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