Struct gcp_bigquery_client::model::table_data_insert_all_response::TableDataInsertAllResponse [−][src]
pub struct TableDataInsertAllResponse {
pub insert_errors: Option<Vec<TableDataInsertAllResponseInsertErrors>>,
pub kind: Option<String>,
}Fields
insert_errors: Option<Vec<TableDataInsertAllResponseInsertErrors>>An array of errors for rows that were not inserted.
kind: Option<String>The resource type of the response.
Trait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for TableDataInsertAllResponse
impl Send for TableDataInsertAllResponse
impl Sync for TableDataInsertAllResponse
impl Unpin for TableDataInsertAllResponse
impl UnwindSafe for TableDataInsertAllResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
