Deleted copy assignment; the lock is not copyable.
Declared in <folly/SharedMutex.h>
<folly/SharedMutex.h>
shared_lock& operator=(shared_lock const& other) = delete;
Nothing; this operator is deleted.