pub fn update(table: &str, columns: &[&str], values: &[&dyn ToKind]) -> Mutation
update returns a Mutation to update a row in a table. If the row does not already exist, the write or transaction fails.