Function google_cloud_spanner::mutation::replace_struct
source ยท pub fn replace_struct(table: &str, to_struct: impl ToStruct) -> MutationExpand description
replace_struct returns a Mutation to insert a row into a table, deleting any existing row.
For a similar example, See update_struct.