Struct google_cloud_bigquery::http::tabledata::list::FetchDataResponse
source · pub struct FetchDataResponse {
pub kind: String,
pub etag: String,
pub total_rows: u64,
pub page_token: Option<String>,
pub rows: Option<Vec<Tuple>>,
}Fields§
§kind: StringWill be set to “bigquery#tableDataList”.
etag: StringEtag to the response.
total_rows: u64Total rows of the entire table. In order to show default value “0”, we have to present it as string.
page_token: Option<String>When this field is non-empty, it indicates that additional results are available. To request the next page of data, set the pageToken field of your next tabledata. list call to the string returned in this field.
rows: Option<Vec<Tuple>>Repeated rows as result. The REST-based representation of this data leverages a series of JSON f,v objects for indicating fields and values.
Trait Implementations§
source§impl Clone for FetchDataResponse
impl Clone for FetchDataResponse
source§fn clone(&self) -> FetchDataResponse
fn clone(&self) -> FetchDataResponse
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 FetchDataResponse
impl Debug for FetchDataResponse
source§impl<'de> Deserialize<'de> for FetchDataResponse
impl<'de> Deserialize<'de> for FetchDataResponse
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 for FetchDataResponse
impl PartialEq for FetchDataResponse
source§fn eq(&self, other: &FetchDataResponse) -> bool
fn eq(&self, other: &FetchDataResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FetchDataResponse
impl Serialize for FetchDataResponse
impl Eq for FetchDataResponse
impl StructuralPartialEq for FetchDataResponse
Auto Trait Implementations§
impl Freeze for FetchDataResponse
impl RefUnwindSafe for FetchDataResponse
impl Send for FetchDataResponse
impl Sync for FetchDataResponse
impl Unpin for FetchDataResponse
impl UnwindSafe for FetchDataResponse
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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