Struct hamt_rs::ShareStore [] [src]

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

Trait Implementations

impl<K: Send + Sync, V: Send + Sync> ItemStore<K, V> for ShareStore<K, V>
[src]

impl<K: Send + Sync, V: Send + Sync> Clone for ShareStore<K, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more