Home
last modified time | relevance | path

Searched defs:VacantEntryRef (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/hashbrown/src/
Dmap.rs4501 pub struct VacantEntryRef<'a, 'b, K, Q: ?Sized, V, S, A: Allocator + Clone = Global> { struct
4507 impl<K: Borrow<Q>, Q: ?Sized + Debug, V, S, A: Allocator + Clone> Debug
4508 for VacantEntryRef<'_, '_, K, Q, V, S, A> argument
6237 impl<'a, 'b, K, Q: ?Sized, V, S, A: Allocator + Clone> VacantEntryRef<'a, 'b, K, Q, V, S, A> { implementation