Struct ditto::map::MapState [] [src]

pub struct MapState<'a, K: Key + 'a, V: Value + 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, K: Debug + Key + 'a, V: Debug + Value + 'a> Debug for MapState<'a, K, V>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a, K: Clone + Key + 'a, V: Clone + Value + 'a> Clone for MapState<'a, K, V>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a, K: PartialEq + Key + 'a, V: PartialEq + Value + 'a> PartialEq for MapState<'a, K, V>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl<'a, K, V> Send for MapState<'a, K, V> where
    K: Send + Sync,
    V: Send + Sync

impl<'a, K, V> Sync for MapState<'a, K, V> where
    K: Sync,
    V: Sync