Crate read_write_api
source ·Structs
ReadApi
wrapper for constant references.RwApi
wrapper for mutable references.RwApi
owning wrapper for solitary objects.
Traits
- Provides a mutable (but downgradable) part of the
RwApi
interface. - Provides an interface for downgrading downgradable write guards.
- Provides a constant part of the
RwApi
interface. - Provides an interface to unify single-threaded code and RwLocks-based code.
- Provides a constant (but upgradable) part of the
RwApi
interface. - Provides an interface for upgrading upgradable read guards.
- Provides a mutable part of the
RwApi
interface.