Searched defs:ArcBorrow (Results 1 – 1 of 1) sorted by relevance
378 pub struct ArcBorrow<'a, T: ?Sized + 'a> { struct383 // This is to allow [`ArcBorrow`] (and variants) to be used as the type of `self`. argument384 impl<T: ?Sized> core::ops::Receiver for ArcBorrow<'_, T> {} implementation388 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>> implementation393 impl<T: ?Sized> Clone for ArcBorrow<'_, T> { implementation399 impl<T: ?Sized> Copy for ArcBorrow<'_, T> {} implementation401 impl<T: ?Sized> ArcBorrow<'_, T> { impl429 impl<T: ?Sized> Deref for ArcBorrow<'_, T> { implementation