pub struct ArcLinked<R> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for ArcLinked<R>
impl<R> RefUnwindSafe for ArcLinked<R>
impl<R> Send for ArcLinked<R>where
R: Send,
impl<R> Sync for ArcLinked<R>where
R: Send,
impl<R> Unpin for ArcLinked<R>
impl<R> UnwindSafe for ArcLinked<R>
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