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