[−][src]Struct serde::de::value::MapDeserializer
A deserializer that iterates over a map.
Methods
impl<'de, I, E> MapDeserializer<'de, I, E> where
I: Iterator,
I::Item: Pair,
[src][−]
I: Iterator,
I::Item: Pair,
impl<'de, I, E> MapDeserializer<'de, I, E> where
I: Iterator,
I::Item: Pair,
E: Error,
[src][−]
I: Iterator,
I::Item: Pair,
E: Error,
pub fn end(self) -> Result<(), E>
[src][−]
Check for remaining elements after passing a MapDeserializer
to
Visitor::visit_map
.
Trait Implementations
impl<'de, I, E> Deserializer<'de> for MapDeserializer<'de, I, E> where
I: Iterator,
I::Item: Pair,
<I::Item as Pair>::First: IntoDeserializer<'de, E>,
<I::Item as Pair>::Second: IntoDeserializer<'de, E>,
E: Error,
[src][+]
I: Iterator,
I::Item: Pair,
<I::Item as Pair>::First: IntoDeserializer<'de, E>,
<I::Item as Pair>::Second: IntoDeserializer<'de, E>,
E: Error,
impl<'de, I, E> SeqAccess<'de> for MapDeserializer<'de, I, E> where
I: Iterator,
I::Item: Pair,
<I::Item as Pair>::First: IntoDeserializer<'de, E>,
<I::Item as Pair>::Second: IntoDeserializer<'de, E>,
E: Error,
[src][+]
I: Iterator,
I::Item: Pair,
<I::Item as Pair>::First: IntoDeserializer<'de, E>,
<I::Item as Pair>::Second: IntoDeserializer<'de, E>,
E: Error,
impl<'de, I, E> MapAccess<'de> for MapDeserializer<'de, I, E> where
I: Iterator,
I::Item: Pair,
<I::Item as Pair>::First: IntoDeserializer<'de, E>,
<I::Item as Pair>::Second: IntoDeserializer<'de, E>,
E: Error,
[src][+]
I: Iterator,
I::Item: Pair,
<I::Item as Pair>::First: IntoDeserializer<'de, E>,
<I::Item as Pair>::Second: IntoDeserializer<'de, E>,
E: Error,
impl<'de, I, E> Clone for MapDeserializer<'de, I, E> where
I: Iterator + Clone,
I::Item: Pair,
<I::Item as Pair>::Second: Clone,
[src][+]
I: Iterator + Clone,
I::Item: Pair,
<I::Item as Pair>::Second: Clone,
impl<'de, I, E> Debug for MapDeserializer<'de, I, E> where
I: Iterator + Debug,
I::Item: Pair,
<I::Item as Pair>::Second: Debug,
[src][+]
I: Iterator + Debug,
I::Item: Pair,
<I::Item as Pair>::Second: Debug,
Auto Trait Implementations
impl<'de, I, E> Send for MapDeserializer<'de, I, E> where
E: Send,
I: Send,
<<I as Iterator>::Item as Pair>::Second: Send,
E: Send,
I: Send,
<<I as Iterator>::Item as Pair>::Second: Send,
impl<'de, I, E> Sync for MapDeserializer<'de, I, E> where
E: Sync,
I: Sync,
<<I as Iterator>::Item as Pair>::Second: Sync,
E: Sync,
I: Sync,
<<I as Iterator>::Item as Pair>::Second: Sync,
Blanket Implementations
impl<T> From for T
[src][−]
impl<T, U> Into for T where
U: From<T>,
[src][−]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][−]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src][−]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src][−]
impl<T> Borrow for T where
T: ?Sized,
[src][−]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src][−]
T: ?Sized,
ⓘImportant traits for &'a mut Wfn borrow_mut(&mut self) -> &mut T
[src][−]
ⓘImportant traits for &'a mut W
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src][−]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src][−]
impl<T> Any for T where
T: 'static + ?Sized,
[src][−]
T: 'static + ?Sized,