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