Searched defs:ArcBorrow (Results 1 – 1 of 1) sorted by relevance
536 pub struct ArcBorrow<'a, T: ?Sized + 'a> { struct541 // This is to allow `ArcBorrow<U>` to be dispatched on when `ArcBorrow<T>` can be coerced into argument544 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>> implementation549 impl<T: ?Sized> Clone for ArcBorrow<'_, T> { implementation555 impl<T: ?Sized> Copy for ArcBorrow<'_, T> {} implementation557 impl<T: ?Sized> ArcBorrow<'_, T> { impl606 impl<T: ?Sized> Deref for ArcBorrow<'_, T> { implementation