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