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