Struct google_cloud_bigquery::http::job::InputDataChange
source · pub struct InputDataChange {
pub records_read_diff_percentage: Option<f64>,
}Fields§
§records_read_diff_percentage: Option<f64>Output only. Records read difference percentage compared to a previous run
Trait Implementations§
source§impl Clone for InputDataChange
impl Clone for InputDataChange
source§fn clone(&self) -> InputDataChange
fn clone(&self) -> InputDataChange
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 InputDataChange
impl Debug for InputDataChange
source§impl Default for InputDataChange
impl Default for InputDataChange
source§fn default() -> InputDataChange
fn default() -> InputDataChange
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InputDataChange
impl<'de> Deserialize<'de> for InputDataChange
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 InputDataChange
impl PartialEq for InputDataChange
source§fn eq(&self, other: &InputDataChange) -> bool
fn eq(&self, other: &InputDataChange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for InputDataChange
impl Serialize for InputDataChange
impl StructuralPartialEq for InputDataChange
Auto Trait Implementations§
impl Freeze for InputDataChange
impl RefUnwindSafe for InputDataChange
impl Send for InputDataChange
impl Sync for InputDataChange
impl Unpin for InputDataChange
impl UnwindSafe for InputDataChange
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