Enum grafana_plugin_sdk::data::InspectType [−][src]
pub enum InspectType {
None,
Meta,
Error,
Data,
Stats,
}Expand description
A suggestion for which tab to display in the panel inspector in Grafana’s UI.
Variants
None
Do not suggest anything.
Meta
Suggest the “meta” tab of the panel inspector.
Error
Suggest the “error” tab of the panel inspector.
Data
Suggest the “data” tab of the panel inspector.
Stats
Suggest the “stats” tab of the panel inspector.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for InspectType
impl Send for InspectType
impl Sync for InspectType
impl Unpin for InspectType
impl UnwindSafe for InspectType
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
