Struct json_api::value::set::Set [] [src]

pub struct Set<T: Eq + Hash> { /* fields omitted */ }

Methods

impl<T: Eq + Hash> Set<T>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Clone + Eq + Hash> Clone for Set<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 + Eq + Hash> Debug for Set<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Eq + Eq + Hash> Eq for Set<T>
[src]

impl<T: PartialEq + Eq + Hash> PartialEq for Set<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: Eq + Hash> Default for Set<T>
[src]

[src]

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

impl<T: Display + Eq + Hash> Display for Set<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Eq + FromStr + Hash> Extend<T> for Set<T>
[src]

[src]

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

impl<T: Eq + FromStr + Hash> FromIterator<T> for Set<T>
[src]

[src]

Creates a value from an iterator. Read more

impl<T: Eq + Hash> IntoIterator for Set<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: Eq + Hash> IntoIterator for &'a Set<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, E> Deserialize<'de> for Set<T> where
    E: Display + 'de,
    T: Deserialize<'de> + Eq + FromStr<Err = E> + Hash + 'de, 
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl<T: Display + Eq + Hash> Serialize for Set<T>
[src]

[src]

Serialize this value into the given Serde serializer. Read more