Crate lifeguard [−] [src]
Reexports
pub use settings::{OptionSetter, StartingSize, MaxSize, Supplier}; |
Modules
| settings |
Structs
| Pool |
A collection of values that can be reused without requiring new allocations. |
| PoolBuilder |
Used to define settings for and ultimately create a |
| RcRecycled |
A smartpointer which uses reference counting ( |
| Recycled |
A smartpointer which uses a shared reference ( |
Traits
| InitializeWith |
Informs how an already allocated value should be initialized when provided with a model value or other meaningful input. |
| Recycleable |
In order to be managed by a |
| Supply |
Provides a method which will produce new instances of a type |
Functions
| pool |
Produces a |