Docs.rs
acts-next-0.17.4
acts-next 0.17.4
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MarcAntoine-Arnaud
Dependencies
async-trait ^0.1.88
normal
chrono ^0.4
normal
globset ^0.4
normal
inventory ^0.3.20
normal
jsonschema ^0.30.0
normal
moka ^0.12
normal
nanoid ^0.4
normal
regex ^1.10
normal
rquickjs ^0.9
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
serde_repr ^0.1
normal
serde_yaml ^0.9
normal
strum ^0.27
normal
thiserror ^2
normal
tokio ^1.44
normal
toml ^0.8.22
normal
tracing ^0.1
normal
criterion ^0.5
dev
Versions
15.58%
of the crate is documented
Platform
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
Skip to main content
ModelBase
acts_
next
0.17.4
Model
Base
Required Methods
id
Implementors
In crate acts_
next
acts_next
Trait
Model
Base
Copy item path
Source
pub trait ModelBase { // Required method fn
id
(&self) -> &
str
; }
Required Methods
§
Source
fn
id
(&self) -> &
str
Implementors
§
Source
§
impl
ModelBase
for
Act
Source
§
impl
ModelBase
for
Branch
Source
§
impl
ModelBase
for
Step
Source
§
impl
ModelBase
for
Workflow