Search code examples
Passing around a reference to a struct in Rust...

structrustreferencerefcell

Read More
Efficiently get Vec<Ref<'a, T>> from Ref<'a, BTreeSet<T>>...

rustreferencetime-complexityrefcell

Read More
Return Ref to something inside of Rc<RefCell<>> without Ref::map...

rustownershipborrowingrefcell

Read More
Why does RefCell:borrow_mut result in a BorrowMutError when used on both sides of a short-circuiting...

rustrefcell

Read More
Handle downcast error when downcasting Ref<Box<dyn Any>> into Ref<Box<T>>...

rusttraitsrefdowncastrefcell

Read More
How to create a value with reference-counted references to itself while checking an already-borrowed...

rustmutablereference-countingborrowingrefcell

Read More
Error borrowing content while rewriting a function to use traits...

rusttraitsrefcell

Read More
How can I implement Deref for a struct that holds an Rc<Refcell<Trait>>?...

rusttraitsrcrefcell

Read More
Is there any way to borrow a RefCell immutably and mutably at the same time?...

rustrcborrowrefcell

Read More
How to implement the std::hash::Hash trait on external data types in Rust?...

rusthashsetrefcell

Read More
BackNext