Struct prometheus_http_query::response::instant::InstantQueryResponse [−][src]
Fields
status: Statusdata: Vec<Metric>error_type: Option<String>error: Option<String>warnings: Option<Vec<String>>Implementations
impl InstantQueryResponse[src]
Trait Implementations
impl Debug for InstantQueryResponse[src]
impl<'de> Deserialize<'de> for InstantQueryResponse[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
impl PartialEq<InstantQueryResponse> for InstantQueryResponse[src]
fn eq(&self, other: &InstantQueryResponse) -> bool[src]
fn ne(&self, other: &InstantQueryResponse) -> bool[src]
impl<'a> Query<InstantQueryResponse> for InstantQuery<'a>[src]
fn get_query_params(&self) -> Vec<(&str, &str)>[src]
fn get_query_endpoint(&self) -> &str[src]
#[must_use]fn execute<'life0, 'life1, 'async_trait>(
&'life0 self,
client: &'life1 Client
) -> Pin<Box<dyn Future<Output = Result<T, Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: Sync + 'async_trait, [src]
&'life0 self,
client: &'life1 Client
) -> Pin<Box<dyn Future<Output = Result<T, Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: Sync + 'async_trait,
impl StructuralPartialEq for InstantQueryResponse[src]
Auto Trait Implementations
impl RefUnwindSafe for InstantQueryResponse
impl Send for InstantQueryResponse
impl Sync for InstantQueryResponse
impl Unpin for InstantQueryResponse
impl UnwindSafe for InstantQueryResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,