Docs.rs
nestforge-core-1.2.1
nestforge-core 1.2.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
vernonthedev
Dependencies
anyhow ^1
normal
axum ^0.8
normal
http ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
Versions
1.82%
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
Identifiable
nestforge_
core
1.2.1
Identifiable
Required Methods
id
set_id
Implementors
In nestforge_
core::
store
nestforge_core
::
store
Trait
Identifiable
Copy item path
Source
pub trait Identifiable { // Required methods fn
id
(&self) ->
u64
;
fn
set_id
(&mut self, id:
u64
); }
Required Methods
§
Source
fn
id
(&self) ->
u64
Source
fn
set_id
(&mut self, id:
u64
)
Implementors
§