/// Set query evaluation time to the specified Unix timestamp using the `@` modifier.
pubfnat(&mutself,timestamp:i32)->&mutSelf{
// TODO: Convert between chrono DataTime
self.at.replace(timestamp);
self
}
/// Set lookback duration / range for the query with the appropriate unit of time
///
/// More info on range selectors can be found at [Range Vector Selectors](https://prometheus.io/docs/prometheus/latest/querying/basics/#range-vector-selectors)