SpiceQA
Questions
Tags
Users
Badges
refcell
10 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Rust: How to return a reference to an Rc<RefCell<HashMap<K, V>> value?
user_736508
0
•
asked Jun 18, 2022
3
1
47
borrow-checker
refcell
rust
RefMut borrowed from Option does not live long enough (Option<Rc<RefCell<Node>>>)
user_18945974
0
•
asked May 15, 2022
3
2
159
borrow-checker
refcell
rust
directed-acyclic-graphs
Understanding Rust `Rc<RefCell<_>>`
user_18100603
0
•
asked Feb 2, 2022
3
1
361
refcell
rust
tree
Hash trait does not work for Rc<RefCell<T>> in enum
user_4794937
0
•
asked Oct 13, 2021
2
1
226
refcell
rust
hash
traits
enums
How to return an *optional* reference into RefCell contents
user_1600898
0
•
asked Apr 24, 2021
6
4
430
refcell
rust
How to build a pool of mutable Vecs that get reused on Drop?
user_2016529
0
•
asked Mar 10, 2021
2
1
195
refcell
rust
pool
Return Ref to something inside of Rc<RefCell<>> without Ref::map
user_6200765
0
•
asked Nov 19, 2020
2
1
250
borrowing
ownership
refcell
rust
Why does RefCell:borrow_mut result in a BorrowMutError when used on both sides of a short-circuiting boolean AND (&&)?
user_5561345
0
•
asked Nov 17, 2020
2
1
419
refcell
rust
Handle downcast error when downcasting Ref<Box<dyn Any>> into Ref<Box<T>>
user_8481544
0
•
asked Oct 11, 2020
2
1
633
refcell
rust
ref
downcast
traits
How do I consume the inner value of a Rc<RefCell<Option<_>>>?
user_4296244
0
•
asked Oct 14, 2019
5
0
1650
refcell
rust
1
(current)
Hot Questions