Searched defs:CopyNew (Results 1 – 2 of 2) sorted by relevance
29 pub unsafe trait CopyNew: Sized { interface44 P::Target: CopyNew, in copy()
74 unsafe impl<$($($targs)*)?> CopyNew for $ty where Self: Clone { impl