Assignment operators
Declared in <absl/synchronization/mutex.h>
<absl/synchronization/mutex.h>
Deleted copy assignment.
MutexLock& operator=(MutexLock const& other) = delete;
Deleted move assignment.
MutexLock& operator=(MutexLock&& other) = delete;