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