Searched defs:try_insert (Results 1 – 4 of 4) 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
308 pub fn try_insert(&mut self, index: usize, element: T) -> Result<(), CapacityError<T>> { in try_insert() method
538 pub fn try_insert( in try_insert() method
1773 pub fn try_insert( in try_insert() function