Docs.rs
notion-api-client-0.0.1
notion-api-client 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vigneshnrfs
Dependencies
chrono ^0.4
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1
normal
tracing ^0.1
normal
anyhow ^1.0.40
dev
cargo-husky ^1
dev
clap ^4.0
dev
config ^0.11.0
dev
crossbeam-channel ^0.5
dev
skim ^0.10.2
dev
toml ^0.5.8
dev
wiremock ^0.5.2
dev
Versions
15.33%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
notion_
api_
client
0.0.1
Identifier
Required Methods
value
Implementors
In notion_
api_
client::
ids
notion_api_client
::
ids
Trait
Identifier
Copy item path
Source
pub trait Identifier:
Display
{ // Required method fn
value
(&self) -> &
str
; }
Required Methods
§
Source
fn
value
(&self) -> &
str
Implementors
§
Source
§
impl
Identifier
for
BlockId
Source
§
impl
Identifier
for
DatabaseId
Source
§
impl
Identifier
for
PageId
Source
§
impl
Identifier
for
PropertyId
Source
§
impl
Identifier
for
UserId