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