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 ownership
How does a pin_mut!() macro works?
Nov 01, 2025
rust
macros
ownership
Dealing with "borrowed value does not live long enough" within for loops [duplicate]
Oct 30, 2025
rust
ownership
How to extract elements of a vector of strings in Rust?
Oct 26, 2025
vector
rust
ownership
How Option<&T> implement Copy
Oct 26, 2025
rust
borrow-checker
ownership
Rust chunks method with owned values?
Oct 25, 2025
rust
chunks
ownership
Oracle - Why must constraint_name be unique if owned by a different schema?
Oct 23, 2025
oracle-database
constraints
schema
ownership
Struct ownership
Oct 25, 2025
rust
ownership
Why is the string literal not moved?
Oct 24, 2025
rust
ownership
Why is an iterator moved in this function?
Oct 24, 2025
rust
iterator
ownership
Why does this "cannot move out of `self.x` which is behind a mutable reference" error happen?
Oct 21, 2025
rust
move
borrow-checker
ownership
ownership-semantics
Is this the Correct way to make mutable variable immutable again in rust? [duplicate]
Oct 21, 2025
rust
ownership
Difference between Iterating over BTreeMap and &BTreeMap
Oct 20, 2025
rust
ownership
What can be an owner?
Oct 19, 2025
rust
ownership
Confused about ownership in situations involving lines and map
Oct 17, 2025
rust
ownership
Why can a non-capturing closure be used after transferring ownership?
Sep 18, 2025
rust
closures
borrow-checker
ownership
How to replace the value of a struct field without taking ownership [duplicate]
Sep 09, 2025
rust
ownership
What happens when assigning to the underscore pattern?
Sep 08, 2025
rust
ownership
How to decide when function input params should be references or not?
Sep 07, 2025
rust
ownership
borrowing
Cannot assign to `self.x` because it is borrowed
Sep 05, 2025
rust
ownership
borrow-checker
How to solve [E0382]: use of moved value in a for loop?
Sep 03, 2025
rust
borrow-checker
ownership
Older Entries »