Struct cadence::Set[][src]

pub struct Set { /* fields omitted */ }

Sets count the number of unique elements in a group.

See the Setted trait for more information.

Methods

impl Set
[src]

Trait Implementations

impl PartialEq for Set
[src]

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

This method tests for !=.

impl Eq for Set
[src]

impl Debug for Set
[src]

Formats the value using the given formatter. Read more

impl Hash for Set
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Set
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<String> for Set
[src]

Performs the conversion.

impl Metric for Set
[src]

Auto Trait Implementations

impl Send for Set

impl Sync for Set