Struct IntoValues

struct IntoValues { ... }

An owning iterator over a serde_json::Map's values.

Implementations

impl DoubleEndedIterator for IntoValues

fn next_back(self: &mut Self) -> Option<<Self as >::Item>

impl ExactSizeIterator for IntoValues

fn len(self: &Self) -> usize

impl Freeze for IntoValues

impl FusedIterator for IntoValues

impl Iterator for IntoValues

fn next(self: &mut Self) -> Option<<Self as >::Item>
fn size_hint(self: &Self) -> (usize, Option<usize>)

impl RefUnwindSafe for IntoValues

impl Send for IntoValues

impl Sync for IntoValues

impl Unpin for IntoValues

impl UnwindSafe for IntoValues

impl<I> IntoIterator for IntoValues

fn into_iter(self: Self) -> I

impl<T> Any for IntoValues

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for IntoValues

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for IntoValues

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for IntoValues

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for IntoValues

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for IntoValues

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for IntoValues

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>