Mongo.InsertOneResult
The successful result struct of Mongo.insert_one/4
. Its fields are:
:inserted_id
- The id of the inserted document
Types
t :: %Mongo.InsertOneResult{inserted_id: nil | BSON.ObjectId.t}
The successful result struct of Mongo.insert_one/4
. Its fields are:
:inserted_id
- The id of the inserted document
t :: %Mongo.InsertOneResult{inserted_id: nil | BSON.ObjectId.t}