pub struct TypeMap { /* private fields */ }
Expand description
TypeID based map for storing different types
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeMap
impl !RefUnwindSafe for TypeMap
impl !Send for TypeMap
impl !Sync for TypeMap
impl Unpin for TypeMap
impl !UnwindSafe for TypeMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more