Lines Matching defs:Strong
357 pub struct Strong<I: FromIBinder + ?Sized>(Box<I>); struct
359 impl<I: FromIBinder + ?Sized> Strong<I> { implementation
391 impl<I: FromIBinder + ?Sized> Clone for Strong<I> { implementation
400 impl<I: FromIBinder + ?Sized> Borrow<I> for Strong<I> { implementation
406 impl<I: FromIBinder + ?Sized> AsRef<I> for Strong<I> { implementation
412 impl<I: FromIBinder + ?Sized> Deref for Strong<I> { implementation
420 impl<I: FromIBinder + fmt::Debug + ?Sized> fmt::Debug for Strong<I> { implementation
426 impl<I: FromIBinder + ?Sized> Ord for Strong<I> { implementation
432 impl<I: FromIBinder + ?Sized> PartialOrd for Strong<I> { implementation
438 impl<I: FromIBinder + ?Sized> PartialEq for Strong<I> { implementation
444 impl<I: FromIBinder + ?Sized> Eq for Strong<I> {} implementation