pub struct ArcIndex<T> { /* private fields */ }Expand description
A smaller representation of a crate::Arc that does not know which crate::ArcPool it came from. Behaves similarly to the raw ptr used in from_raw and into_raw.
Trait Implementations§
impl<T: Send + Sync> Send for ArcIndex<T>
impl<T: Send + Sync> Sync for ArcIndex<T>
Auto Trait Implementations§
impl<T> Freeze for ArcIndex<T>
impl<T> RefUnwindSafe for ArcIndex<T>where
T: RefUnwindSafe,
impl<T> Unpin for ArcIndex<T>
impl<T> UnwindSafe for ArcIndex<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