Struct leak_playground_std::sync::Arc
source · pub struct Arc<T> {
inner: Arc<T>,
}
Fields§
§inner: Arc<T>
Implementations§
Trait Implementations§
source§impl<T: Ord> Ord for Arc<T>
impl<T: Ord> Ord for Arc<T>
source§impl<T: PartialEq> PartialEq for Arc<T>
impl<T: PartialEq> PartialEq for Arc<T>
source§impl<T: PartialOrd> PartialOrd for Arc<T>
impl<T: PartialOrd> PartialOrd for Arc<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<T: Eq> Eq for Arc<T>
impl<T> StructuralPartialEq for Arc<T>
Auto Trait Implementations§
impl<T> Forget for Arc<T>where
T: Forget,
impl<T> Freeze for Arc<T>
impl<T> RefUnwindSafe for Arc<T>where
T: RefUnwindSafe,
impl<T> Send for Arc<T>
impl<T> Sync for Arc<T>
impl<T> Unpin for Arc<T>
impl<T> UnwindSafe for Arc<T>where
T: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)