Searched defs:borrow_mut (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/lazycell/src/ | ||
H A D | lib.rs | 118 pub fn borrow_mut(&mut self) -> Option<&mut T> { in borrow_mut() functions [all...] |
/third_party/rust/crates/memchr/bench/data/code/ | ||
H A D | rust-library.rs | 15172 fn borrow_mut( functions 22770 fn borrow_mut(&mut self) -> &mut [T] { borrow_mut() functions 38517 pub fn borrow_mut(&mut self) -> NodeRef<marker::Mut<'_>, K, V, Type> { borrow_mut() functions 51772 fn borrow_mut(&mut self) -> &mut T { borrow_mut() functions [all...] |
Completed in 30 milliseconds