pub struct AtomicStr(/* private fields */);Expand description
A thread-safe atomically reference-counting string.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AtomicStr
impl RefUnwindSafe for AtomicStr
impl Send for AtomicStr
impl Sync for AtomicStr
impl Unpin for AtomicStr
impl UnwindSafe for AtomicStr
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