Struct serde_mcf::ser::McfSeq [] [src]

pub struct McfSeq<'a, W: 'a + Write>(_, _);

Trait Implementations

impl<'a, W: Write> SerializeTuple for McfSeq<'a, W>
[src]

Must match the Ok type of our Serializer.

Must match the Error type of our Serializer.

[src]

Serialize a tuple element.

[src]

Finish serializing a tuple.

impl<'a, W: Write> SerializeSeq for McfSeq<'a, W>
[src]

Must match the Ok type of our Serializer.

Must match the Error type of our Serializer.

[src]

Serialize a sequence element.

[src]

Finish serializing a sequence.

impl<'a, W: Write> SerializeStruct for McfSeq<'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.

impl<'a, W: Write> SerializeMap for McfSeq<'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