Struct google_cloud_bigquery::http::job::SearchStatistics
source · pub struct SearchStatistics {
pub index_usage_mode: Option<IndexUsageMode>,
pub index_unused_reasons: Option<Vec<IndexUnusedReason>>,
}Fields§
§index_usage_mode: Option<IndexUsageMode>Specifies the index usage mode for the query.
index_unused_reasons: Option<Vec<IndexUnusedReason>>When indexUsageMode is UNUSED or PARTIALLY_USED, this field explains why indexes were not used in all or part of the search query. If indexUsageMode is FULLY_USED, this field is not populated.
Trait Implementations§
source§impl Clone for SearchStatistics
impl Clone for SearchStatistics
source§fn clone(&self) -> SearchStatistics
fn clone(&self) -> SearchStatistics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SearchStatistics
impl Debug for SearchStatistics
source§impl Default for SearchStatistics
impl Default for SearchStatistics
source§fn default() -> SearchStatistics
fn default() -> SearchStatistics
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SearchStatistics
impl<'de> Deserialize<'de> for SearchStatistics
source§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
source§impl PartialEq<SearchStatistics> for SearchStatistics
impl PartialEq<SearchStatistics> for SearchStatistics
source§fn eq(&self, other: &SearchStatistics) -> bool
fn eq(&self, other: &SearchStatistics) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SearchStatistics
impl Serialize for SearchStatistics
impl StructuralPartialEq for SearchStatistics
Auto Trait Implementations§
impl RefUnwindSafe for SearchStatistics
impl Send for SearchStatistics
impl Sync for SearchStatistics
impl Unpin for SearchStatistics
impl UnwindSafe for SearchStatistics
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request