Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in borrowing
Do Rust's borrowing rules get in the way of functional data structures?
Nov 16, 2021
rust
borrowing
Why does modifying a mutable reference's value through a raw pointer not violate Rust's aliasing rules?
Jul 24, 2019
pointers
rust
unsafe
borrowing
Why is iterating over a collection via `for` loop considered a "move" in Rust?
Dec 24, 2020
rust
move
borrowing
When an immutable reference to a mutable reference to a value outside the scope is returned, why is the mutable reference dropped when the scope ends?
Oct 01, 2022
rust
mutable
dereference
borrowing
Why Rust prevents from multiple mutable references?
Nov 16, 2022
multithreading
rust
borrow-checker
borrowing
How do I efficiently build a vector and an index of that vector while processing a data stream?
Apr 18, 2022
rust
move-semantics
lifetime
borrowing
How do I convert a HashSet of Strings into a Vector?
Apr 07, 2022
vector
rust
hashset
borrowing
In what scenarios are APIs that don't borrow preferred?
Mar 25, 2022
reference
rust
move-semantics
api-design
borrowing
When should I use a reference instead of transferring ownership?
Sep 21, 2022
reference
rust
move-semantics
borrowing
Dereferencing strings and HashMaps in Rust
Mar 22, 2022
hashmap
rust
dereference
borrowing
Why is "&&" being used in closure arguments?
Sep 14, 2022
reference
rust
borrowing
Cannot obtain a mutable reference when iterating a recursive structure: cannot borrow as mutable more than once at a time
Jun 18, 2022
rust
mutable
borrowing
Why is it discouraged to accept a reference to a String (&String), Vec (&Vec), or Box (&Box) as a function argument?
Dec 14, 2021
string
reference
rust
borrowing
« Newer Entries