Searched defs:ArcBorrow (Results 1 – 1 of 1) sorted by relevance
504 pub struct ArcBorrow<'a, T: ?Sized + 'a> { struct509 // This is to allow `ArcBorrow<U>` to be dispatched on when `ArcBorrow<T>` can be coerced into argument512 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>> implementation517 impl<T: ?Sized> Clone for ArcBorrow<'_, T> { implementation523 impl<T: ?Sized> Copy for ArcBorrow<'_, T> {} implementation525 impl<T: ?Sized> ArcBorrow<'_, T> { implementation574 impl<T: ?Sized> Deref for ArcBorrow<'_, T> { implementation