Docs.rs
notion-0.6.0
notion 0.6.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jakeswenson
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
14.97%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
notion
0.6.0
Identifier
Required Methods
value
Implementors
In notion::
ids
notion
::
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