Struct best::BestSetNonEmpty [] [src]

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

Methods

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<T: Clone + PartialOrd> Clone for BestSetNonEmpty<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 BestSetNonEmpty<T>
[src]

Auto Trait Implementations

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

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