Struct serde_urlencoded::ser::Serializer [−][src]
A serializer for the application/x-www-form-urlencoded
format.
-
Supported top-level inputs are structs, maps and sequences of pairs, with or without a given length.
-
Supported keys and values are integers, bytes (if convertible to strings), unit structs and unit variants.
-
Newtype structs defer to their inner values.
Implementations
impl<'input, 'output, Target: 'output + UrlEncodedTarget> Serializer<'input, 'output, Target>
[src][−]
pub fn new(
urlencoder: &'output mut UrlEncodedSerializer<'input, Target>
) -> Self
[src][−]
urlencoder: &'output mut UrlEncodedSerializer<'input, Target>
) -> Self
Returns a new Serializer
.
Trait Implementations
impl<'input, 'output, Target> Serializer for Serializer<'input, 'output, Target> where
Target: 'output + UrlEncodedTarget,
[src][+]
Target: 'output + UrlEncodedTarget,
Auto Trait Implementations
impl<'input, 'output, Target> !RefUnwindSafe for Serializer<'input, 'output, Target>
impl<'input, 'output, Target> !Send for Serializer<'input, 'output, Target>
impl<'input, 'output, Target> !Sync for Serializer<'input, 'output, Target>
impl<'input, 'output, Target> Unpin for Serializer<'input, 'output, Target> where
'input: 'output,
'input: 'output,
impl<'input, 'output, Target> !UnwindSafe for Serializer<'input, 'output, Target>
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>,