Struct google_cloud_bigquery::http::table::SnapshotDefinition
source · pub struct SnapshotDefinition {
pub base_table_reference: TableReference,
pub snapshot_time: Option<OffsetDateTime>,
}Fields§
§base_table_reference: TableReferenceRequired. Reference describing the ID of the table that was snapshot.
snapshot_time: Option<OffsetDateTime>Required. The time at which the base table was snapshot. This value is reported in the JSON response using RFC3339 format.
Trait Implementations§
source§impl Clone for SnapshotDefinition
impl Clone for SnapshotDefinition
source§fn clone(&self) -> SnapshotDefinition
fn clone(&self) -> SnapshotDefinition
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 SnapshotDefinition
impl Debug for SnapshotDefinition
source§impl Default for SnapshotDefinition
impl Default for SnapshotDefinition
source§fn default() -> SnapshotDefinition
fn default() -> SnapshotDefinition
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SnapshotDefinition
impl<'de> Deserialize<'de> for SnapshotDefinition
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 SnapshotDefinition
impl PartialEq for SnapshotDefinition
source§fn eq(&self, other: &SnapshotDefinition) -> bool
fn eq(&self, other: &SnapshotDefinition) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SnapshotDefinition
impl Serialize for SnapshotDefinition
impl Eq for SnapshotDefinition
impl StructuralPartialEq for SnapshotDefinition
Auto Trait Implementations§
impl Freeze for SnapshotDefinition
impl RefUnwindSafe for SnapshotDefinition
impl Send for SnapshotDefinition
impl Sync for SnapshotDefinition
impl Unpin for SnapshotDefinition
impl UnwindSafe for SnapshotDefinition
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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