Struct google_cloud_bigquery::http::types::StandardSqlField
source · pub struct StandardSqlField {
pub name: Option<String>,
pub field_type: Option<StandardSqlDataType>,
}Fields§
§name: Option<String>Optional. The name of this field. Can be absent for struct fields.
field_type: Option<StandardSqlDataType>Optional. The type of this parameter. Absent if not explicitly specified (e.g., CREATE FUNCTION statement can omit the return type; in this case the output parameter does not have this “type” field).
Trait Implementations§
source§impl Clone for StandardSqlField
impl Clone for StandardSqlField
source§fn clone(&self) -> StandardSqlField
fn clone(&self) -> StandardSqlField
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 StandardSqlField
impl Debug for StandardSqlField
source§impl Default for StandardSqlField
impl Default for StandardSqlField
source§fn default() -> StandardSqlField
fn default() -> StandardSqlField
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StandardSqlField
impl<'de> Deserialize<'de> for StandardSqlField
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<StandardSqlField> for StandardSqlField
impl PartialEq<StandardSqlField> for StandardSqlField
source§fn eq(&self, other: &StandardSqlField) -> bool
fn eq(&self, other: &StandardSqlField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for StandardSqlField
impl Serialize for StandardSqlField
impl Eq for StandardSqlField
impl StructuralEq for StandardSqlField
impl StructuralPartialEq for StandardSqlField
Auto Trait Implementations§
impl RefUnwindSafe for StandardSqlField
impl Send for StandardSqlField
impl Sync for StandardSqlField
impl Unpin for StandardSqlField
impl UnwindSafe for StandardSqlField
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. 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