Skip to main content

Module types

Module types 

Source
Expand description

The scalar types the model speaks that Rust has no single spelling for.

Modules§

null_as_default
Reads a required field that arrived as null as its type’s default. Reach for it with #[serde(default, deserialize_with = "crate::types::null_as_default::deserialize")], which the generator puts on every required field of a type that has a zero value.

Structs§

SensitiveString
A string that must not end up in logs: an email address, a person’s name, a token. It prints as [REDACTED]; call SensitiveString::expose to read it.

Type Aliases§

DateTime
An instant Fizzy reports, always with its offset.