List Question
20 TechQA 2024-03-27T10:51:38.667000What structure can be made to avoid having to use RefCell?
79 views
Asked by ThoBo
how to clone an Rc from a method that takes in &self
58 views
Asked by user21749640
Rc<RefCell<Value>> Error method not found in `&mut Rc<RefCell<Node>>`
80 views
Asked by Neo
Iterating over lazily synchronised vec
29 views
Asked by Ghostkeeper
Why doesn't std::cell::Ref use a reference instead of NonNull?
207 views
Asked by ChrisB
Generic struct that can hold either Rc<RefCell<T>> or Arc<RwLock<T>>
139 views
Asked by yesint
Is it safe to make RefCell Sync+Send if the data it contains is protected by RwLock?
185 views
Asked by danda
Is it possible to get an &str out of a RefCell<string>
130 views
Asked by pm100
Rust smart pointer issue
136 views
Asked by 안태찬
Rust closure, RefCell, Rc Count
137 views
Asked by 안태찬
Rust, how to copy the inner value out from Rc<RefCell<T>> and return it?
173 views
Asked by Saplyn
questions related to rust RefCell<T> and Ref
50 views
Asked by Dennis
Get a reference to Vector from inside of a struct inside Rc<RefCell<>>
28 views
Asked by ndsrib
Borrow mutable inside of `match` arm
66 views
Asked by Fanteria
Rust : drop(&RefMut) instead of drop(RefMut)?
191 views
Asked by hnyls2002
Data behind Counted Immutable Refefence in Rust
88 views
Asked by user19831231
How do I implement a tree in rust where nodes are aware of their parent and children
284 views
Asked by Snek
Changing contents of an array via its reference
69 views
Asked by sdgaw erzswer
Perform callbacks in a vector with Rust
137 views
Asked by user10658782
why RefCell borrowed value does not live long enough
80 views
Asked by Rhysol