Struct corollary_support::Set [] [src]

pub struct Set<T: Eq + Hash>(_);

Methods

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.