Searched defs:ArcBorrow (Results 1 – 1 of 1) sorted by relevance
420 pub struct ArcBorrow<'a, T: ?Sized + 'a> { struct425 // This is to allow [`ArcBorrow`] (and variants) to be used as the type of `self`. argument426 impl<T: ?Sized> core::ops::Receiver for ArcBorrow<'_, T> {} implementation430 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>> implementation435 impl<T: ?Sized> Clone for ArcBorrow<'_, T> { implementation441 impl<T: ?Sized> Copy for ArcBorrow<'_, T> {} implementation443 impl<T: ?Sized> ArcBorrow<'_, T> { impl471 impl<T: ?Sized> Deref for ArcBorrow<'_, T> { implementation