Searched defs:NoDrop (Results 1 – 2 of 2) sorted by relevance
30 struct NoDrop<T> { struct34 impl<T> Drop for NoDrop<T> { implementation
98 struct NoDrop<T> { in insert_head() struct99 value: Option<T>, in insert_head()102 impl<T> Drop for NoDrop<T> { in insert_head() implementation