Struct google_bigquery2::QueryParameterType [−][src]
pub struct QueryParameterType {
pub struct_types: Option<Vec<QueryParameterTypeStructTypes>>,
pub type_: Option<String>,
pub array_type: Option<Option<Box<QueryParameterType>>>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
struct_types: Option<Vec<QueryParameterTypeStructTypes>>
[Optional] The types of the fields of this struct, in order, if this is a struct.
type_: Option<String>
[Required] The top level type of this field.
array_type: Option<Option<Box<QueryParameterType>>>
[Optional] The type of the array's elements, if this is an array.
Trait Implementations
impl Default for QueryParameterType[src]
impl Default for QueryParameterTypefn default() -> QueryParameterType[src]
fn default() -> QueryParameterTypeReturns the "default value" for a type. Read more
impl Clone for QueryParameterType[src]
impl Clone for QueryParameterTypefn clone(&self) -> QueryParameterType[src]
fn clone(&self) -> QueryParameterTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for QueryParameterType[src]
impl Debug for QueryParameterTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for QueryParameterType[src]
impl Part for QueryParameterTypeAuto Trait Implementations
impl Send for QueryParameterType
impl Send for QueryParameterTypeimpl Sync for QueryParameterType
impl Sync for QueryParameterType