Docs.rs
spring-batch-rs-0.2.1
spring-batch-rs 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
sboussekeyt
Dependencies
anyhow ^1.0.81
normal
bson ^2.9.0
normal
optional
csv ^1.3.0
normal
optional
fake ^2.9.2
normal
optional
log ^0.4.20
normal
mongodb ^2.8.2
normal
optional
rand ^0.8.5
normal
serde ^1.0.196
normal
serde_json ^1.0.114
normal
sqlx ^0.7.4
normal
optional
thiserror ^1.0.58
normal
time ^0.3.34
normal
optional
tokio ^1.36.0
normal
uuid ^1.7.0
normal
env_logger ^0.11.1
dev
mockall ^0.12.1
dev
rand ^0.8.5
dev
tempfile ^3.10.0
dev
testcontainers-modules ^0.3.5
dev
Versions
74.38%
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
spring_
batch_
rs
0.2.1
With
Object
Id
Required Methods
get_id
Implementors
In spring_
batch_
rs::
item::
mongodb::
mongodb_
reader
spring_batch_rs
::
item
::
mongodb
::
mongodb_reader
Trait
WithObjectId
Copy item path
Source
pub trait WithObjectId { // Required method fn
get_id
(&self) ->
ObjectId
; }
Required Methods
§
Source
fn
get_id
(&self) ->
ObjectId
Implementors
§