List Question
10 TechQA 2020-10-11 23:34:38Handle downcast error when downcasting Ref<Box<dyn Any>> into Ref<Box<T>>
1.3k views
Asked by Gabriel Mutti
Rust closure, RefCell, Rc Count
67 views
Asked by 안태찬
Rust smart pointer issue
70 views
Asked by 안태찬
Is it possible to get an &str out of a RefCell<string>
75 views
Asked by pm100
Is it safe to make RefCell Sync+Send if the data it contains is protected by RwLock?
117 views
Asked by danda
Generic struct that can hold either Rc<RefCell<T>> or Arc<RwLock<T>>
79 views
Asked by yesint
Why doesn't std::cell::Ref use a reference instead of NonNull?
156 views
Asked by ChrisB
Passing around a reference to a struct in Rust
2.2k views
Asked by Andrzej C
Implement Borrow on something behind a RefCell?
98 views
Asked by glasflügel
How to return an *optional* reference into RefCell contents
1k views
Asked by user4815162342