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
Passing Vec<String> as IntoIterator<&'a str>
Jun 29, 2022
string
reference
iterator
rust
borrowing
String equality in Rust: how does referencing and dereferencing work?
Oct 16, 2022
string
rust
dereference
borrowing
Why does str primarily exist in it's borrowed form? [duplicate]
Aug 21, 2022
string
types
rust
reference
borrowing
Why can the Rust compiler break borrowing rules when using Rust 1.31?
Jul 26, 2022
rust
borrow-checker
borrowing
How to fix String field does not implement `Copy`? [duplicate]
Nov 14, 2022
rust
borrowing
Lifetime error using associated type of trait with lifetime parameter
Apr 05, 2022
rust
traits
lifetime
borrowing
When does to_owned() not clone?
Nov 12, 2022
rust
borrowing
How can I obtain an &A reference from a Rc<RefCell<A>>?
Oct 22, 2022
reference
rust
smart-pointers
borrowing
Why rust ignore lifetime checks on &str?
Oct 16, 2022
rust
lifetime
borrow-checker
ownership
borrowing
Rust multiple mutable borrowing
May 02, 2022
rust
mutable
borrowing
How do I duplicate a &[u8] slice?
Oct 17, 2022
rust
borrowing
Swapping two local references leads to lifetime error
Apr 04, 2022
rust
lifetime
borrow-checker
borrowing
Cannot borrow in a Rc as mutable
Feb 13, 2022
rust
borrowing
actix-web
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
« Newer Entries
Older Entries »