Struct type_map::TypeMap [−][src]
pub struct TypeMap { /* fields omitted */ }
Expand description
The typemap container
Implementations
Insert a value into this TypeMap
.
If a value of this type already exists, it will be returned.
Get a reference to a value previously inserted on this TypeMap
.
Get a mutable reference to a value previously inserted on this TypeMap
.
Remove a value from this TypeMap
.
If a value of this type exists, it will be returned.