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