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