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