List Question
20 TechQA 2024-03-31T08:52:40.770000Mutable borrow problem with inserting Vacant entry into HashMap
43 views
Asked by Riccardo Mazzei
making a Vec<Child> containing reference to Parent struct?
40 views
Asked by Manuel Etchegaray
Cannot borrow variable as mutable within loop
45 views
Asked by Owen Dechow
match a partially moved enum Rust
75 views
Asked by nat that
What structure can be made to avoid having to use RefCell?
79 views
Asked by ThoBo
Does a workaround for value just being moved exist?
36 views
Asked by TheIsNoW
Can not borrow mutable more than once at a time error when calling function in loop in Rust
47 views
Asked by Gabrbot180
Is it valid in Rust to cast a Mutable Reference -> Immutable Reference -> Mutable Reference
38 views
Asked by Potatoman
How to best parallelize code modifying several slices of the same Rust vector?
97 views
Asked by Yossi Kreinin
Rust: return immutable borrow after modifying
57 views
Asked by user23486822
What would be a Rust idiomatic way to have a vector of traits with aliases for individual vector items?
76 views
Asked by rockerbacon
Rust borrow checker analogy
91 views
Asked by العوين
Can I mutably borrow a hashmap entry while the hashmap itself is immutably borrowed?
49 views
Asked by Adrian May
UnsafeCell getting mutable reference from a function: cannot return reference to a temporary value
41 views
Asked by Some Name
Sending mutable reference to async wont give it back after shutdown of async
45 views
Asked by faervan
How to return reference to value inside Rc<RefCell<Node>>
72 views
Asked by Levente Bokor
Replacing unwrap() with question mark causes borrow checker error
39 views
Asked by cenekp