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