#[repr(C)]pub struct _Arc { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _Arc
impl RefUnwindSafe for _Arc
impl !Send for _Arc
impl !Sync for _Arc
impl Unpin for _Arc
impl UnwindSafe for _Arc
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