Module serde_urlencoded::ser [] [src]

Serialization support for the application/x-www-form-urlencoded format.

Structs

MapState

State used when serializing maps.

SeqState

State used when serializing sequences.

Serializer

A serializer for the application/x-www-form-urlencoded format.

StructState

State used when serializing structs.

StructVariantState

State used when serializing struct variants.

TupleState

State used when serializing tuples.

TupleStructState

State used when serializing tuple structs.

TupleVariantState

State used when serializing tuple variants.

Enums

Error

Errors returned during serializing to application/x-www-form-urlencoded.