Module poem_openapi::types
source · Expand description
Commonly used data types.
Modules
- Multipart related types.
Structs
- A any type.
- Represents a binary data encoded with base64.
- Represents a binary data.
- Email
email
A email address type. - Hostname
hostname
A email address type. - An error parsing an schema.
- A password type.
Enums
- Similar to
Option
, but it has three states,undefined
,null
andx
.
Traits
- Represents an example
- Represents a type that can parsing from JSON.
- Represents a type that can parsing from multipart.
- Represents a type that can parsing from parameter. (header, query, path, cookie)
- Represents a type that can parsing from XML.
- Represents a type that can parsing from YAML.
- Represents a type that can converted to HTTP header.
- Represents a type that can converted to JSON value.
- Represents a type that can converted to XML value.
- Represents a type that can converted to YAML value.
- Represents a OpenAPI type.
Type Definitions
- An error parsing a value of type
T
.