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