[−][src]Module rental::common
Premade types for the most common use cases.
Structs
| RentMut | Stores an owner and a mutable reference in the same struct. |
| RentMut_Borrow | Shared borrow of a rental struct. |
| RentMut_BorrowMut | Mutable borrow of a rental struct. |
| RentMutex | Stores a |
| RentMutex_Borrow | Shared borrow of a rental struct. |
| RentMutex_BorrowMut | Mutable borrow of a rental struct. |
| RentRef | Stores an owner and a shared reference in the same struct. |
| RentRefCell | Stores a |
| RentRefCellMut | Stores a |
| RentRefCellMut_Borrow | Shared borrow of a rental struct. |
| RentRefCellMut_BorrowMut | Mutable borrow of a rental struct. |
| RentRefCell_Borrow | Shared borrow of a rental struct. |
| RentRefCell_BorrowMut | Mutable borrow of a rental struct. |
| RentRef_Borrow | Shared borrow of a rental struct. |
| RentRef_BorrowMut | Mutable borrow of a rental struct. |
| RentRwLock | Stores an |
| RentRwLockMut | Stores an |
| RentRwLockMut_Borrow | Shared borrow of a rental struct. |
| RentRwLockMut_BorrowMut | Mutable borrow of a rental struct. |
| RentRwLock_Borrow | Shared borrow of a rental struct. |
| RentRwLock_BorrowMut | Mutable borrow of a rental struct. |