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