Lines Matching defs:Strong
264 pub struct Strong<I: FromIBinder + ?Sized>(Box<I>); struct
266 impl<I: FromIBinder + ?Sized> Strong<I> { impl
278 impl<I: FromIBinder + ?Sized> Clone for Strong<I> { implementation
287 impl<I: FromIBinder + ?Sized> Borrow<I> for Strong<I> { implementation
293 impl<I: FromIBinder + ?Sized> AsRef<I> for Strong<I> { implementation
299 impl<I: FromIBinder + ?Sized> Deref for Strong<I> { implementation
307 impl<I: FromIBinder + fmt::Debug + ?Sized> fmt::Debug for Strong<I> { implementation
313 impl<I: FromIBinder + ?Sized> Ord for Strong<I> { implementation
319 impl<I: FromIBinder + ?Sized> PartialOrd for Strong<I> { implementation
325 impl<I: FromIBinder + ?Sized> PartialEq for Strong<I> { implementation
331 impl<I: FromIBinder + ?Sized> Eq for Strong<I> {} implementation