Searched defs:no_copy (Results 1 – 3 of 3) sorted by relevance
30 struct no_copy struct32 no_copy() {} in no_copy() argument33 no_copy(no_copy &&) {} in no_copy() argument
35 struct no_copy struct37 no_copy() {} in no_copy() function38 no_copy(no_copy &&) {} in no_copy() argument
1530 pub fn no_copy<T: Into<String>>(mut self, arg: T) -> Self { in no_copy() method