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