[][src]Struct serde_urlencoded::ser::TupleSerializer

pub struct TupleSerializer<'input, 'output, Target: 'output + UrlEncodedTarget> { /* fields omitted */ }

Tuple serializer.

Mostly used for arrays.

Trait Implementations

impl<'input, 'output, Target> SerializeTuple for TupleSerializer<'input, 'output, Target> where
    Target: 'output + UrlEncodedTarget
[src]

type Ok = &'output mut UrlEncodedSerializer<'input, Target>

Must match the Ok type of our Serializer.

type Error = Error

Must match the Error type of our Serializer.

Auto Trait Implementations

impl<'input, 'output, Target> Unpin for TupleSerializer<'input, 'output, Target> where
    'input: 'output, 

impl<'input, 'output, Target> !Sync for TupleSerializer<'input, 'output, Target>

impl<'input, 'output, Target> !Send for TupleSerializer<'input, 'output, Target>

impl<'input, 'output, Target> !UnwindSafe for TupleSerializer<'input, 'output, Target>

impl<'input, 'output, Target> !RefUnwindSafe for TupleSerializer<'input, 'output, Target>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]