Struct best::BestSet[][src]

pub struct BestSet<T>(_);

Methods

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

impl<T> BestSet<T>
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for BestSet<T>
[src]

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

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

Auto Trait Implementations

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

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