Struct static_map::Map [] [src]

pub struct Map<'a, K: 'a, V: 'a> { /* fields omitted */ }

Methods

impl<'a, K, V> Map<'a, K, V> where
    K: Hash + Eq
[src]

Trait Implementations

impl<'a, K: Debug + 'a, V: Debug + 'a> Debug for Map<'a, K, V>
[src]

Formats the value using the given formatter.

impl<'a, K: Copy + 'a, V: Copy + 'a> Copy for Map<'a, K, V>
[src]

impl<'a, K: Clone + 'a, V: Clone + 'a> Clone for Map<'a, K, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, K: 'a, V: 'a> IntoIterator for Map<'a, K, V> where
    K: Hash + Eq
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more