pub struct AtomicRefCount(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AtomicRefCount
impl RefUnwindSafe for AtomicRefCount
impl Send for AtomicRefCount
impl Sync for AtomicRefCount
impl Unpin for AtomicRefCount
impl UnwindSafe for AtomicRefCount
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