Struct serde_urlencoded::ser::StructVariantSerializer [] [src]

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

Struct variant serializer.

Never instantiated, struct variants are not supported.

Trait Implementations

impl<'output, Target> SerializeStructVariant for StructVariantSerializer<'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 struct variant field.

Finish serializing a struct variant.