Struct google_bigquery2::QueryParameter [−][src]
pub struct QueryParameter {
pub parameter_type: Option<QueryParameterType>,
pub parameter_value: Option<QueryParameterValue>,
pub name: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
parameter_type: Option<QueryParameterType>
[Required] The type of this parameter.
parameter_value: Option<QueryParameterValue>
[Required] The value of this parameter.
name: Option<String>
[Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query.
Trait Implementations
impl Default for QueryParameter[src]
impl Default for QueryParameterfn default() -> QueryParameter[src]
fn default() -> QueryParameterReturns the "default value" for a type. Read more
impl Clone for QueryParameter[src]
impl Clone for QueryParameterfn clone(&self) -> QueryParameter[src]
fn clone(&self) -> QueryParameterReturns 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 QueryParameter[src]
impl Debug for QueryParameterfn 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 QueryParameter[src]
impl Part for QueryParameterAuto Trait Implementations
impl Send for QueryParameter
impl Send for QueryParameterimpl Sync for QueryParameter
impl Sync for QueryParameter