Struct serde_ini::ser::MapSerializer [] [src]

pub struct MapSerializer<'a, W: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, W: Write> SerializeMap for MapSerializer<'a, W>
[src]

Must match the Ok type of our Serializer.

Must match the Error type of our Serializer.

[src]

Serialize a map key. Read more

[src]

Serialize a map value. Read more

[src]

Finish serializing a map.

[src]

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

impl<'a, W: Write> SerializeStruct for MapSerializer<'a, W>
[src]

Must match the Ok type of our Serializer.

Must match the Error type of our Serializer.

[src]

Serialize a struct field.

[src]

Finish serializing a struct.

[src]

Indicate that a struct field has been skipped.