Lines Matching defs:Arc
130 pub struct Arc<T: ?Sized> { struct
131 ptr: NonNull<ArcInner<T>>, argument
140 _p: PhantomData<ArcInner<T>>, argument
186 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::CoerceUnsized<Arc<U>> for Arc<T> {} implementation
190 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<Arc<U>> for Arc<T> … implementation
196 unsafe impl<T: ?Sized + Sync + Send> Send for Arc<T> {} implementation
203 unsafe impl<T: ?Sized + Sync + Send> Sync for Arc<T> {} implementation
205 impl<T> Arc<T> { implementation
224 impl<T: ?Sized> Arc<T> { impl
345 impl<T: 'static> ForeignOwnable for Arc<T> { implementation
381 impl<T: ?Sized> Deref for Arc<T> { implementation
391 impl<T: ?Sized> AsRef<T> for Arc<T> { implementation
397 impl<T: ?Sized> Clone for Arc<T> { implementation
413 impl<T: ?Sized> Drop for Arc<T> { implementation
434 impl<T: ?Sized> From<UniqueArc<T>> for Arc<T> { implementation
440 impl<T: ?Sized> From<Pin<UniqueArc<T>>> for Arc<T> { implementation
563 impl<T: ?Sized> From<ArcBorrow<'_, T>> for Arc<T> { implementation
769 impl<T: fmt::Display + ?Sized> fmt::Display for Arc<T> { implementation
781 impl<T: fmt::Debug + ?Sized> fmt::Debug for Arc<T> { implementation