Struct mongodb_ext::mongo::Db
source · [−]pub struct Db {
pub client: Client,
pub database: Database,
pub coll_coll: Collection<Coll>,
}
Expand description
Client to interact with the Db
database.
Fields
client: Client
database: Database
coll_coll: Collection<Coll>
Handle to the Coll
collection
Trait Implementations
Initializer funtion of the database.