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