Searched defs:RemoteObjRef (Results 1 – 1 of 1) sorted by relevance
88 pub struct RemoteObjRef<T: FromRemoteObj + ?Sized>(Box<T>); struct90 impl<T: FromRemoteObj + ?Sized> RemoteObjRef<T> { implementation97 impl<T: FromRemoteObj + ?Sized> Deref for RemoteObjRef<T> { implementation105 impl<I: FromRemoteObj + ?Sized> Clone for RemoteObjRef<I> { implementation114 impl<I: FromRemoteObj + ?Sized> Ord for RemoteObjRef<I> { implementation120 impl<I: FromRemoteObj + ?Sized> PartialOrd for RemoteObjRef<I> { implementation126 impl<I: FromRemoteObj + ?Sized> PartialEq for RemoteObjRef<I> { implementation132 impl<I: FromRemoteObj + ?Sized> Eq for RemoteObjRef<I> {} implementation