Searched defs:Clone (Results 1 – 5 of 5) sorted by relevance
39 pub(crate) fn make_mut(&mut self) -> RcVecMut<T> in make_mut()53 pub(crate) fn make_owned(mut self) -> RcVecBuilder<T> in make_owned()
238 impl Clone for $name { impl365 impl Clone for $name { impl472 impl Clone for $name { impl
1039 T: Clone, in cloned()1040 P: Clone, in cloned()
300 impl<'a> Clone for $ty<'a> { impl
777 impl Clone for $ty { impl