Function google_cloud_spanner::mutation::insert_map
source ยท pub fn insert_map(
table: &str,
columns_ans_values: &[(&str, &dyn ToKind)],
) -> MutationExpand description
insert_map returns a Mutation to insert a row into a table, specified by a map of column name to value. If the row already exists, the write or transaction fails with codes.AlreadyExists.