Struct Values
struct Values<'a> { ... }
An iterator over a serde_json::Map's values.
Implementations
impl<'a> DoubleEndedIterator for Values<'a>
fn next_back(self: &mut Self) -> Option<<Self as >::Item>
impl<'a> ExactSizeIterator for Values<'a>
fn len(self: &Self) -> usize
impl<'a> Freeze for Values<'a>
impl<'a> FusedIterator for Values<'a>
impl<'a> Iterator for Values<'a>
fn next(self: &mut Self) -> Option<<Self as >::Item>fn size_hint(self: &Self) -> (usize, Option<usize>)
impl<'a> RefUnwindSafe for Values<'a>
impl<'a> Send for Values<'a>
impl<'a> Sync for Values<'a>
impl<'a> Unpin for Values<'a>
impl<'a> UnwindSafe for Values<'a>
impl<I> IntoIterator for Values<'a>
fn into_iter(self: Self) -> I
impl<T> Any for Values<'a>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Values<'a>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Values<'a>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Values<'a>
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Values<'a>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Values<'a>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Values<'a>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>