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