Skip to main content

Module id

Module id 

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).
ValidationError
Error returned by the fallible constructors Id::new_validated, UTCDate::new_validated, and State::new_validated.