Struct best::BestMapNonEmpty [] [src]

pub struct BestMapNonEmpty<K: PartialOrd, V> { /* fields omitted */ }

Methods

impl<K: PartialOrd, V> BestMapNonEmpty<K, V>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<K: Debug + PartialOrd, V: Debug> Debug for BestMapNonEmpty<K, V>
[src]

[src]

Formats the value using the given formatter. Read more

impl<K: Clone + PartialOrd, V: Clone> Clone for BestMapNonEmpty<K, V>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<K: Copy + PartialOrd, V: Copy> Copy for BestMapNonEmpty<K, V>
[src]

Auto Trait Implementations

impl<K, V> Send for BestMapNonEmpty<K, V> where
    K: Send,
    V: Send

impl<K, V> Sync for BestMapNonEmpty<K, V> where
    K: Sync,
    V: Sync