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