Struct google_bigquery2::ProjectReference [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
project_id: Option<String>
[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.
Trait Implementations
impl Default for ProjectReference[src]
impl Default for ProjectReferencefn default() -> ProjectReference[src]
fn default() -> ProjectReferenceReturns the "default value" for a type. Read more
impl Clone for ProjectReference[src]
impl Clone for ProjectReferencefn clone(&self) -> ProjectReference[src]
fn clone(&self) -> ProjectReferenceReturns 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 ProjectReference[src]
impl Debug for ProjectReferencefn 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 ProjectReference[src]
impl Part for ProjectReferenceAuto Trait Implementations
impl Send for ProjectReference
impl Send for ProjectReferenceimpl Sync for ProjectReference
impl Sync for ProjectReference