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