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