Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in interior-mutability
Difference between borrow_mut on a RefCell<X> and RefCell<&X>
Sep 28, 2022
reference
rust
mutability
interior-mutability
How do I return an iterator that has a reference to something inside a RefCell?
Aug 16, 2022
reference
rust
iterator
interior-mutability
Why Mutex was designed to need an Arc in Rust
Oct 28, 2022
rust
mutex
smart-pointers
interior-mutability
Data to be determined later: interior mutability or separate HashMap?
Apr 09, 2022
rust
hashmap
interior-mutability
Is there a way to make an immutable reference mutable?
Nov 06, 2022
data-structures
rust
mutability
interior-mutability
Is there an alternative or way to have Rc<RefCell<X>> that restricts mutability of X?
May 06, 2021
rust
immutability
interior-mutability
Interior mutability abuse in API design?
Sep 27, 2022
rust
api-design
interior-mutability
A cell with interior mutability allowing arbitrary mutation actions
Nov 14, 2022
rust
interior-mutability
How to access value in RefCell properly
Aug 09, 2022
rust
smart-pointers
interior-mutability
How do I borrow a RefCell<HashMap>, find a key, and return a reference to the result? [duplicate]
Feb 04, 2021
rust
interior-mutability
What is the difference between Rc<RefCell<T>> and RefCell<Rc<T>>?
Aug 19, 2022
rust
smart-pointers
interior-mutability
Situations where Cell or RefCell is the best choice
Sep 13, 2022
rust
interior-mutability
How do I return a reference to something inside a RefCell without breaking encapsulation?
Dec 09, 2021
rust
encapsulation
contravariance
mutability
interior-mutability