[][src]Module swagger::nullable_format

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>>