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
Multiple mutable references in a loop
Jan 02, 2026
rust
lifetime
ownership
C++ Make explicit that library owns pointers
Jan 01, 2026
c++
smart-pointers
ownership
use of moved value: `response` value used here after move for types not implementing the Copy trait
Dec 24, 2025
rust
ownership
Why is it allowed to reassign String but not *&String
Dec 18, 2025
rust
ownership
Rust: Borrow with moved ownership with same lifetime [duplicate]
Dec 09, 2025
rust
ownership
Rust type that requires manual drop
Nov 24, 2025
rust
ownership
Rust borrow checker analogy
Nov 21, 2025
rust
borrow-checker
ownership
Mutating variable after ownership transfer
Nov 17, 2025
rust
transfer
ownership
Why returning a reference owned by the current function is allowed in Rust?
Nov 06, 2025
struct
rust
initialization
lifetime
ownership
Safely terminate running threads inside a ThreadPool?
Nov 02, 2025
rust
borrow-checker
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
Older Entries »