MongoCollection.updateOne
UpdateResult updateOne(T, U)(T filter, U replacement, UpdateOptions options = UpdateOptions.init) @safeUpdates at most single document within the collection based on the filter.
UpdateResult updateOne(T, U)(T filter, U replacement, UpdateOptions options = UpdateOptions.init) @safeUpdates at most single document within the collection based on the filter.