: ref Type - reference (historically)
                  
                  
                  - : &mut Type - mutable reference
                  
                  
                  - : ref mut Type - mutable reference (historically)
                  
                  
                  - ещё всякие * указатели, ок.
                  
                  
                  - : Type - move
                  
                  
                  - mut name: Type - типа move mutable instance но чем отличается от предыдущего пункта?
                  
                  
                  Встречается в std например в (core) mem::replace<T>(dest: &mut T, mut src: T) -> T.
                  
                  
                
тем что mutable K.O.
Обсуждают сегодня