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