Also seems like there would be use cases where you don't even want to assign the result, you just want the destructor to run at the end of the scope. Something like:
using someMutex.lock();
With the assignment syntax it's not obvious to me whether that's allowed.