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