Struct best::BestMap[][src]

pub struct BestMap<K, V> { /* fields omitted */ }

Methods

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

impl<K, V> BestMap<K, V>
[src]

Trait Implementations

impl<K: Debug, V: Debug> Debug for BestMap<K, V>
[src]

Formats the value using the given formatter. Read more

impl<K: Clone, V: Clone> Clone for BestMap<K, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K: Copy, V: Copy> Copy for BestMap<K, V>
[src]

impl<K, V> Default for BestMap<K, V>
[src]

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

Auto Trait Implementations

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

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