Struct usiagent::hash::TwoKeyHashMap [−][src]
Expand description
主キーとサブキーの二つのキーを用いたマップ
Implementations
TwoKeyHashMap
の生成
Trait Implementations
Auto Trait Implementations
impl<K, T> RefUnwindSafe for TwoKeyHashMap<K, T> where
K: RefUnwindSafe,
T: RefUnwindSafe,
impl<K, T> Send for TwoKeyHashMap<K, T> where
K: Send,
T: Send,
impl<K, T> Sync for TwoKeyHashMap<K, T> where
K: Sync,
T: Sync,
impl<K, T> Unpin for TwoKeyHashMap<K, T> where
K: Unpin,
T: Unpin,
impl<K, T> UnwindSafe for TwoKeyHashMap<K, T> where
K: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more