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