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