Struct best::BestSet [] [src]

pub struct BestSet<T: PartialOrd>(_);

Methods

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

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

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