Expand description
Module for encoding Nullable properties.
Enums§
- Nullable
- The Nullable type. Represents a value which may be specified as null on an API. Note that this is distinct from a value that is optional and not present!
Functions§
- default_
optional_ nullable - Serde helper function to create a default
Option<Nullable<T>>
while deserializing - deserialize_
optional_ nullable - Serde helper function to deserialize into an
Option<Nullable<T>>