Glossary coding Term Page

&self

Immutable method receiver

and-self #coding#rust
Korean version

Related Concepts

Core Idea

Methods that take &self can inspect instance state without consuming ownership or allowing mutation.

Why It Matters Here

Mathbong uses this term in Rust posts when contrasting method receivers and ownership rules.

Posts Mentioning This Concept