Docs.rs
worktable-0.9.0-alpha2
worktable 0.9.0-alpha2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Handy-caT
pathscale
Dependencies
async-trait ^0.1.89
normal
aws-creds ^0.39
normal
optional
aws-region ^0.28
normal
optional
convert_case ^0.6.0
normal
data_bucket =0.3.11
normal
derive_more ^2.0.1
normal
eyre ^0.6.12
normal
fastrand ^2.3.0
normal
futures ^0.3.30
normal
indexset =0.14.0
normal
lockfree ^0.5.1
normal
log ^0.4.29
normal
ordered-float ^5.0.0
normal
parking_lot ^0.12.3
normal
performance_measurement ^0.1.0
normal
optional
performance_measurement_codegen ^0.1.0
normal
optional
prettytable-rs ^0.10
normal
rkyv ^0.8.9
normal
rust-s3 ^0.37
normal
optional
smart-default ^0.7.1
normal
tokio ^1
normal
tracing ^0.1
normal
uuid ^1.10.0
normal
walkdir ^2
normal
optional
worktable_codegen =0.9.0-alpha2
normal
chrono ^0.4.43
dev
rand ^0.9.1
dev
Versions
13.31%
of the crate is documented
Go to latest stable release
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
TableRow
worktable
0.9.0-alpha2
Table
Row
Required Methods
get_primary_key
Implementors
In crate worktable
worktable
Trait
Table
Row
Copy item path
Source
pub trait TableRow<Pk> { // Required method fn
get_primary_key
(&self) -> Pk; }
Required Methods
§
Source
fn
get_primary_key
(&self) -> Pk
Implementors
§