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
Tthrough theOrderedLockAccessimplementation 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
Tthat 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
Selfthat doesn’t require locking. - Unlocked
Access Marker For - Declares a type that is an
UnlockedAccessmarker for some fieldDatawithinT.