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