Struct google_cloud_bigquery::http::model::list::ModelOverview
source · pub struct ModelOverview {
pub model_reference: ModelReference,
pub creation_time: i64,
pub last_modified_time: u64,
pub model_type: Option<ModelType>,
}Fields§
§model_reference: ModelReferenceRequired. Unique identifier for this model.
creation_time: i64Output only. The time when this model was created, in millisecs since the epoch.
last_modified_time: u64Output only. The time when this model was last modified, in millisecs since the epoch.
model_type: Option<ModelType>Output only. Type of the model resource.
Trait Implementations§
source§impl Clone for ModelOverview
impl Clone for ModelOverview
source§fn clone(&self) -> ModelOverview
fn clone(&self) -> ModelOverview
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 ModelOverview
impl Debug for ModelOverview
source§impl<'de> Deserialize<'de> for ModelOverview
impl<'de> Deserialize<'de> for ModelOverview
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<ModelOverview> for ModelOverview
impl PartialEq<ModelOverview> for ModelOverview
source§fn eq(&self, other: &ModelOverview) -> bool
fn eq(&self, other: &ModelOverview) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ModelOverview
impl Serialize for ModelOverview
impl StructuralPartialEq for ModelOverview
Auto Trait Implementations§
impl RefUnwindSafe for ModelOverview
impl Send for ModelOverview
impl Sync for ModelOverview
impl Unpin for ModelOverview
impl UnwindSafe for ModelOverview
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