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