Searched defs:Own (Results 1 – 2 of 2) sorted by relevance
6 pub struct Own<T> struct13 unsafe impl<T> Send for Own<T> where T: ?Sized {} argument15 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation17 impl<T> Copy for Own<T> where T: ?Sized {} implementation19 impl<T> Clone for Own<T> implementation28 impl<T> Own<T> impl
5 pub(crate) struct Own<T> struct12 unsafe impl<T> Send for Own<T> where T: ?Sized {} implementation13 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation15 impl<T> Copy for Own<T> where T: ?Sized {} implementation17 impl<T> Clone for Own<T> implementation26 impl<T> Own<T> impl