Docs.rs
jmap-types-0.1.0
jmap-types 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
MarkAtwood
Dependencies
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
Versions
94.62%
of the crate is documented
Go to latest version
Platform
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
Module id
jmap_
types
0.1.0
Module id
Module Items
Structs
In crate jmap_
types
jmap_types
Module
id
Copy item path
Source
Expand description
RFC 8620 §1.2/§1.4 opaque string newtypes:
Id
,
UTCDate
,
Date
,
State
.
Structs
§
Date
RFC 3339 date-time string with any timezone offset (RFC 8620 §1.4).
Id
Opaque non-empty server-assigned identifier (RFC 8620 §1.2).
State
Opaque server state token (RFC 8620 §1.2).
UTCDate
RFC 3339 UTC timestamp string (RFC 8620 §1.4).