Docs.rs
spring-job-0.4.6
spring-job 0.4.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
holmofy
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
inventory ^0.3.15
normal
serde ^1.0
normal
serde_json ^1.0
normal
spring ^0.4
normal
spring-macros ^0.4
normal
tokio-cron-scheduler ^0.15
normal
tracing ^0.1
normal
uuid ^1
normal
Versions
15%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
JobId
spring_
job
0.4.6
JobId
Aliased Type
Trait Implementations
FromApp
In crate spring_
job
spring_job
Type Alias
JobId
Copy item path
Source
pub type JobId =
Uuid
;
Aliased Type
§
pub struct JobId(
/* private fields */
);
Trait Implementations
§
Source
§
impl
FromApp
for
JobId
Source
§
fn
from_app
<'life0, 'life1, 'life2, 'async_trait>( job_id: &'life0
JobId
, _scheduler: &'life1
JobScheduler
, _app: &'life2
App
, ) ->
Pin
<
Box
<dyn
Future
<Output = Self> +
Send
+ 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait, 'life1: 'async_trait, 'life2: 'async_trait,