Borrowing and Dereferencing Operators

This lesson discusses the borrowing and dereferencing operator in Rust.

Borrowing Operator #

Borrowing means to reference the original data binding or to share the data.

References are just like pointers in C.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy