Struct serde_qs::ser::TupleStructSerializer [] [src]

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

Tuple struct serializer.

Never instantiated, tuple structs are not supported.

Trait Implementations

impl<'output, Target> SerializeTupleStruct for TupleStructSerializer<'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 tuple struct field.

Finish serializing a tuple struct.