Struct serde_urlencoded::ser::MapSerializer[][src]

pub struct MapSerializer<'output, Target: 'output + UrlEncodedTarget> { /* fields omitted */ }

Map serializer.

Trait Implementations

impl<'output, Target> SerializeMap for MapSerializer<'output, Target> where
    Target: 'output + UrlEncodedTarget
[src]

Must match the Ok type of our Serializer.

Must match the Error type of our Serializer.

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

impl<'output, Target> !Send for MapSerializer<'output, Target>

impl<'output, Target> !Sync for MapSerializer<'output, Target>