Structsยง
- Freeze
Lock  - A type which allows mutation using a lock until the value is frozen and can be accessed lock-free.
 - Freeze
Read Guard  - A guard holding shared access to a 
FreezeLockwhich is in a locked state or frozen. - Freeze
Write Guard  - A guard holding mutable access to a 
FreezeLockwhich is in a locked state or frozen.