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]
impl SetTrait Implementations
impl PartialEq for Set[src]
impl PartialEq for Setfn eq(&self, other: &Set) -> bool[src]
fn eq(&self, other: &Set) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Set) -> bool[src]
fn ne(&self, other: &Set) -> boolThis method tests for !=.
impl Eq for Set[src]
impl Eq for Setimpl Debug for Set[src]
impl Debug for Setfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for Set[src]
impl Hash for Setfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for Set[src]
impl Clone for Setfn clone(&self) -> Set[src]
fn clone(&self) -> SetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl From<String> for Set[src]
impl From<String> for Setimpl Metric for Set[src]
impl Metric for Setfn as_metric_str(&self) -> &str[src]
fn as_metric_str(&self) -> &str