Struct best::BestMultiSet[][src]

pub struct BestMultiSet<T>(_);

Methods

impl<T> BestMultiSet<T>
[src]

impl<T: PartialOrd> BestMultiSet<T>
[src]

Trait Implementations

impl<T: Debug> Debug for BestMultiSet<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for BestMultiSet<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Default for BestMultiSet<T>
[src]

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

impl<'a, T> IntoIterator for &'a BestMultiSet<T>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<T> Send for BestMultiSet<T> where
    T: Send

impl<T> Sync for BestMultiSet<T> where
    T: Sync