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
nullas 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§
- Sensitive
String - A string that must not end up in logs: an email address, a person’s name, a token. It
prints as
[REDACTED]; callSensitiveString::exposeto read it.
Type Aliases§
- Date
Time - An instant Fizzy reports, always with its offset.