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