Searched refs:into_mut (Results 1 – 4 of 4) sorted by relevance
777 Err(s) => Err(s.into_mut()), in via_runtime_check()820 fn into_mut(self) -> Split<&'a mut T> in into_mut() function
671 pub fn into_mut(r: Self) -> &'a mut T { in into_mut() function1248 let rf = Ref::into_mut(r); in test_into_ref_mut()1330 test::black_box(Ref::into_mut(test::black_box(r))); in bench_into_mut_sized()
161 Ref::into_mut(self) in into_mut_slice()
435 self.find_mut(key).map(|node| node.into_mut())1375 pub fn into_mut(self) -> &'a mut V { in into_mut() 1372 pub fn into_mut(self) -> &'a mut V { into_mut() method