pub struct JobStatistics5 {
pub copied_logical_bytes: Option<i64>,
pub copied_rows: Option<i64>,
}Expand description
Statistics for a copy job.
This type is not used in any activity, and only used as part of another schema.
Fields§
§copied_logical_bytes: Option<i64>Output only. Number of logical bytes copied to the destination table.
copied_rows: Option<i64>Output only. Number of rows copied to the destination table.
Trait Implementations§
Source§impl Clone for JobStatistics5
impl Clone for JobStatistics5
Source§fn clone(&self) -> JobStatistics5
fn clone(&self) -> JobStatistics5
Returns a duplicate 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 JobStatistics5
impl Debug for JobStatistics5
Source§impl Default for JobStatistics5
impl Default for JobStatistics5
Source§fn default() -> JobStatistics5
fn default() -> JobStatistics5
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JobStatistics5
impl<'de> Deserialize<'de> for JobStatistics5
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 Serialize for JobStatistics5
impl Serialize for JobStatistics5
impl Part for JobStatistics5
Auto Trait Implementations§
impl Freeze for JobStatistics5
impl RefUnwindSafe for JobStatistics5
impl Send for JobStatistics5
impl Sync for JobStatistics5
impl Unpin for JobStatistics5
impl UnwindSafe for JobStatistics5
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