Struct google_cloud_bigquery::http::model::ModelReference
source · pub struct ModelReference {
pub project_id: String,
pub dataset_id: String,
pub model_id: String,
}Fields§
§project_id: StringRequired. The ID of the project containing this table.
dataset_id: StringRequired. The ID of the dataset containing this table.
model_id: StringRequired. The ID of the model. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters. pub model_id: String,
Trait Implementations§
source§impl Clone for ModelReference
impl Clone for ModelReference
source§fn clone(&self) -> ModelReference
fn clone(&self) -> ModelReference
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 ModelReference
impl Debug for ModelReference
source§impl Default for ModelReference
impl Default for ModelReference
source§fn default() -> ModelReference
fn default() -> ModelReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ModelReference
impl<'de> Deserialize<'de> for ModelReference
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 ModelReference
impl PartialEq for ModelReference
source§fn eq(&self, other: &ModelReference) -> bool
fn eq(&self, other: &ModelReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ModelReference
impl Serialize for ModelReference
impl StructuralPartialEq for ModelReference
Auto Trait Implementations§
impl Freeze for ModelReference
impl RefUnwindSafe for ModelReference
impl Send for ModelReference
impl Sync for ModelReference
impl Unpin for ModelReference
impl UnwindSafe for ModelReference
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<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