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