Struct best::BestMapNonEmpty[][src]

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

Methods

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

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<K: Clone, V: Clone> Clone for BestMapNonEmpty<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 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