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