what does lhs mean rust

In Rust, "lhs" stands for "left-hand side". It refers to the left side of an assignment operation, where a value is being assigned to a variable or a data structure. The left-hand side typically consists of a variable or a reference to a memory location where the value will be stored.