Struct pfds::HashMap [−][src]
Implementations
Trait Implementations
Auto Trait Implementations
impl<K, V> RefUnwindSafe for HashMap<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> UnwindSafe for HashMap<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more