Struct json_api::value::map::Map [] [src]

pub struct Map<T> { /* fields omitted */ }

Methods

impl<T> Map<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Clone> Clone for Map<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Map<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq for Map<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<T> Default for Map<T>
[src]

[src]

Returns the "default value" for a type. Read more

impl<T> Extend<(Key, T)> for Map<T>
[src]

[src]

Extends a collection with the contents of an iterator. Read more

impl<T> FromIterator<(Key, T)> for Map<T>
[src]

[src]

Creates a value from an iterator. Read more

impl<T> IntoIterator for Map<T>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'a, T> IntoIterator for &'a Map<T>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'a, T> IntoIterator for &'a mut Map<T>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'de, T> Deserialize<'de> for Map<T> where
    T: Deserialize<'de>, 
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl<T: Serialize> Serialize for Map<T>
[src]

[src]

Serialize this value into the given Serde serializer. Read more