Struct serde_urlencoded::ser::TupleVariantSerializer [−][src]
Tuple variant serializer.
Never instantiated, tuple variants are not supported.
Trait Implementations
impl<'input, 'output, Target> SerializeTupleVariant for TupleVariantSerializer<'input, 'output, Target> where
Target: 'output + UrlEncodedTarget,
[src][+]
Target: 'output + UrlEncodedTarget,
Auto Trait Implementations
impl<'input, 'output, T> !RefUnwindSafe for TupleVariantSerializer<'input, 'output, T>
impl<'input, 'output, T> !Send for TupleVariantSerializer<'input, 'output, T>
impl<'input, 'output, T> !Sync for TupleVariantSerializer<'input, 'output, T>
impl<'input, 'output, T> Unpin for TupleVariantSerializer<'input, 'output, T> where
'input: 'output,
'input: 'output,
impl<'input, 'output, T> !UnwindSafe for TupleVariantSerializer<'input, 'output, T>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,