Docs.rs
api-bones-4.5.0
api-bones 4.5.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
gsalingu
Dependencies
arbitrary ^1
normal
optional
axum ^0.8
normal
optional
base64 ^0.22
normal
optional
chrono ^0.4
normal
optional
fake ^5
normal
optional
hmac ^0.13
normal
optional
http ^1.0
normal
optional
icalendar ^0.17
normal
optional
proptest ^1
normal
optional
proptest-derive ^0.8
normal
optional
rand ^0.10
normal
optional
schemars ^1
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
sha2 ^0.11
normal
optional
thiserror ^2
normal
utoipa ^5
normal
optional
uuid ^1.23
normal
optional
validator ^0.20
normal
optional
zeroize ^1
normal
optional
mockito ^1.7.2
dev
tokio ^1
dev
Versions
95.63%
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
Skip to main content
HasId
api_
bones
4.5.0
HasId
Required Associated Types
Id
Required Methods
id
Implementors
In api_
bones::
has_
id
api_bones
::
has_id
Trait
HasId
Copy item path
Source
pub trait HasId { type
Id
:
Display
; // Required method fn
id
(&self) -> &Self::
Id
; }
Required Associated Types
§
Source
type
Id
:
Display
Required Methods
§
Source
fn
id
(&self) -> &Self::
Id
Implementors
§