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