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