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