In C++, s1 is a value, and it is copied to s2 . But Rust moves the value. It doesn't see strings as copyable ("does not implement the Copy trait"). We would not ...
確定! 回上一頁