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

pub struct Set { /* fields omitted */ }

Methods

impl Set
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Set
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Set
[src]

[src]

Formats the value using the given formatter.

impl Default for Set
[src]

[src]

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

impl PartialEq for Set
[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 Extend<Key> for Set
[src]

[src]

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

impl FromIterator<Key> for Set
[src]

[src]

Creates a value from an iterator. Read more

impl IntoIterator for Set
[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> IntoIterator for &'a Set
[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> Deserialize<'de> for Set
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Set
[src]

[src]

Serialize this value into the given Serde serializer. Read more