Enum prometheus_http_query::Scheme [−][src]
pub enum Scheme { Http, Https, }
Expand description
A helper enum that is passed to the Client::new function in order to avoid errors on unsupported connection schemes.
Variants
Auto Trait Implementations
impl RefUnwindSafe for Scheme
impl UnwindSafe for Scheme