Docs.rs
qm-mongodb-0.0.62
qm-mongodb 0.0.62
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jueseitz
hd-gmbh-bot
Dependencies
anyhow ^1.0.97
normal
envy ^0.4.2
normal
futures ^0.3.31
normal
mongodb ^3.2.3
normal
serde ^1.0.219
normal
tokio ^1.44.2
normal
tracing ^0.1.40
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Array
qm_
mongodb
0.0.62
Array
Aliased Type
In qm_
mongodb::
bson
qm_mongodb
::
bson
Type Alias
Array
Copy item path
Source
pub type Array =
Vec
<
Bson
>;
Expand description
Alias for
Vec<Bson>
.
Aliased Type
ยง
pub struct Array {
/* private fields */
}