pub struct MapSerializer<'input, 'output, Target: UrlEncodedTarget> { /* private fields */ }
Expand description

Map serializer.

Trait Implementations

Must match the Ok type of our Serializer.

Must match the Error type of our Serializer.

fn serialize_entry<K: ?Sized + Serialize, V: ?Sized + Serialize>(
    &mut self,
    key: &K,
    value: &V
) -> Result<(), Error>

Serialize a map entry consisting of a key and a value. Read more

Serialize a map key. Read more

Serialize a map value. Read more

Finish serializing a map.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.