Searched defs:call_mut (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/futures-util/src/ |
D | fns.rs | 20 fn call_mut(&mut self, arg: A) -> Self::Output; in call_mut() method 27 fn call_mut(&mut self, arg: A) -> R { in call_mut() function 109 fn call_mut(&mut self, arg: A) -> Self::Output { in call_mut() function 159 fn call_mut(&mut self, arg: A) -> Self::Output { in call_mut() function 194 fn call_mut(&mut self, arg: Result<T, E>) -> Self::Output { in call_mut() function 226 fn call_mut(&mut self, arg: Result<T, E>) -> Self::Output { in call_mut() function 258 fn call_mut(&mut self, arg: &'a Result<T, E>) -> Self::Output { in call_mut() function 290 fn call_mut(&mut self, arg: &'a Result<T, E>) -> Self::Output { in call_mut() function 327 fn call_mut(&mut self, arg: Result<T, E>) -> Self::Output { in call_mut() function
|
/external/rust/crates/itertools/src/ |
D | groupbylazy.rs | 7 fn call_mut(&mut self, arg: A) -> Self::Key; in call_mut() method 15 fn call_mut(&mut self, arg: A) -> Self::Key { in call_mut() function 43 fn call_mut(&mut self, _arg: A) -> Self::Key { in call_mut() method
|