Structs§
- Read
ApiWrapper ReadApiwrapper for constant references.- RwApi
Wrapper RwApiwrapper for mutable references.- RwApi
Wrapper Owned RwApiowning wrapper for solitary objects.
Traits§
- Downgradable
Write Api - Provides a mutable (but downgradable) part of the
RwApiinterface. - Downgradable
Write Guard - Provides an interface for downgrading downgradable write guards.
- Guarded
Target - Provides a single dereferencing target type for
the
ReadApi,WriteApiandRwApitraits. - ReadApi
- Provides a constant part of the
RwApiinterface. - RwApi
- Provides an interface to unify single-threaded code and RwLocks-based code.
- Upgradable
Read Api - Provides a constant (but upgradable) part of the
RwApiinterface. - Upgradable
Read Guard - Provides an interface for upgrading upgradable read guards.
- Write
Api - Provides a mutable part of the
RwApiinterface.