Searched defs:VacantEntry (Results 1 – 1 of 1) sorted by relevance
/linux/rust/kernel/ |
H A D | rbtree.rs | 1142 pub struct VacantEntry<'a, K, V> { struct 1144 raw: RawVacantEntry<'a, K, V>, argument 1147 /// Like [`VacantEntry`], but doesn't hold on to the key. argument 1188 impl<'a, K, V> VacantEntry<'a, K, V> { impl
|