Struct best::BestSetNonEmpty[][src]

pub struct BestSetNonEmpty<T>(_);

Methods

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

impl<T> BestSetNonEmpty<T>
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

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

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