Structs

Used for types where a single writer is allowed to be concurrent with multiple readers. Unlike RwLock, where a writer gets exlusive access to and blocks readers.

An atomic batch of write operations.

Enums