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