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