Searched defs:try_insert (Results 1 – 3 of 3) sorted by relevance
524 pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> { in try_insert() method1048 pub fn try_insert(&self, value: T) -> Result<&T, (&T, T)> { in try_insert() method
538 pub fn try_insert( in try_insert() method
1773 pub fn try_insert( in try_insert() function