What is true about the move constructor generated for this class?struct Widget { std::string name; ~Widget() { /* logging */ } };