SpiceQA
Questions
Tags
Users
Badges
interior-mutability
10 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
OOP in Rust and shared/mutable references
user_11527076
0
•
asked Apr 23, 2022
2
0
92
interior-mutability
rust
oop
How can I use internal mutability with generic type in Rust?
user_79202
0
•
asked Jan 18, 2021
3
2
303
interior-mutability
rust
composition
traits
generics
A cell with interior mutability allowing arbitrary mutation actions
user_396672
0
•
asked Dec 19, 2020
11
2
179
interior-mutability
rust
Rust: allow multiple threads to modify an image (wrapper of a vector)?
user_782130
0
•
asked Oct 9, 2020
3
2
519
interior-mutability
rust
lifetime
multithreading
Data to be determined later: interior mutability or separate HashMap?
user_634919
0
•
asked Sep 19, 2020
5
2
99
interior-mutability
rust
hashmap
Interior mutability abuse in API design?
user_11527076
0
•
asked Aug 19, 2020
10
1
1454
interior-mutability
rust
api-design
Why is my zero-cost alternative to RefCell not the standard way of achieving interior mutability?
user_3193180
0
•
asked Apr 11, 2020
3
1
628
interior-mutability
rust
lifetime
Why Mutex was designed to need an Arc in Rust
user_3478959
0
•
asked Jun 13, 2019
6
1
2753
interior-mutability
rust
smart-pointers
mutex
Is there a way to make an immutable reference mutable?
user_5878035
0
•
asked Jan 17, 2019
7
2
6599
mutability
interior-mutability
rust
data-structures
Is there an alternative or way to have Rc<RefCell<X>> that restricts mutability of X?
user_10302129
0
•
asked Sep 1, 2018
7
1
1381
interior-mutability
rust
immutability
1
(current)
Hot Questions