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