Lines Matching defs:Strong
365 pub struct Strong<I: FromIBinder + ?Sized>(Box<I>); struct
367 impl<I: FromIBinder + ?Sized> Strong<I> { impl
399 impl<I: FromIBinder + ?Sized> Clone for Strong<I> { implementation
408 impl<I: FromIBinder + ?Sized> Borrow<I> for Strong<I> { implementation
414 impl<I: FromIBinder + ?Sized> AsRef<I> for Strong<I> { implementation
420 impl<I: FromIBinder + ?Sized> Deref for Strong<I> { implementation
428 impl<I: FromIBinder + fmt::Debug + ?Sized> fmt::Debug for Strong<I> { implementation
434 impl<I: FromIBinder + ?Sized> Ord for Strong<I> { implementation
440 impl<I: FromIBinder + ?Sized> PartialOrd for Strong<I> { implementation
446 impl<I: FromIBinder + ?Sized> PartialEq for Strong<I> { implementation
452 impl<I: FromIBinder + ?Sized> Eq for Strong<I> {} implementation