pub struct Nonatomic(/* private fields */);
Expand description
Marker type to specify that Rc
has nonatomic counts
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Nonatomic
impl !RefUnwindSafe for Nonatomic
impl Send for Nonatomic
impl !Sync for Nonatomic
impl Unpin for Nonatomic
impl UnwindSafe for Nonatomic
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