self has type &mut Foo in print , that is, it is a borrowed mutable reference to a value of type Foo . Types in Rust move ownership by ...
確定! 回上一頁