The proper place for the period in that sentence is before the "if"; owning resources is not a reasonable thing for a value type to do.
In Rust, std::string::String is not a "value type", and by that, I mean it's not Copy.
The proper place for the period in that sentence is before the "if"; owning resources is not a reasonable thing for a value type to do.