Struct grafana_plugin_sdk::backend::TimeRange [−][src]
Expand description
The time range for a query.
Fields
from: DateTime<Utc>The start time of the query.
to: DateTime<Utc>The end time of the query.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeRange
impl UnwindSafe for TimeRange
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
