Struct helium_api::models::QueryTimeRange [−][src]
Expand description
Query params for requests that can take in a time range.
Fields
min_time: StringISO 8601 timestamp or relative time (-3 hour) minimum time range
max_time: StringISO 8601 timestamp or relative time (-3 hour) maximum time range
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QueryTimeRangeimpl Send for QueryTimeRangeimpl Sync for QueryTimeRangeimpl Unpin for QueryTimeRangeimpl UnwindSafe for QueryTimeRangeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more