Structs§
- Ordered
Lock Ref - A borrowed order-aware lock.
Traits§
- Delegated
Ordered Lock Access - Marks a type as offering ordered lock access for some inner type
T
through theOrderedLockAccess
implementation ofInner
. - Exclusive
Lock - Abstracts an exclusive lock (i.e. a Mutex).
- LockFor
- Describes how to apply a lock type to the implementing type.
- Lock
Level For - Declares a type as the lock level for some type
T
that exposes locked state of typeSelf::Data
. - Ordered
Lock Access - Marks a type as offering ordered lock access for some inner type
T
. - Read
Write Lock - Abstracts a read write lock (i.e. an RwLock).
- RwLock
For - Describes how to acquire reader and writer locks to the implementing type.
- Unlocked
Access - Describes how to access state in
Self
that doesn’t require locking. - Unlocked
Access Marker For - Declares a type that is an
UnlockedAccess
marker for some fieldData
withinT
.