pub struct StaticTypeMap<T: 'static> { /* private fields */ }
Implementations§
Source§impl<T: 'static> StaticTypeMap<T>
impl<T: 'static> StaticTypeMap<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for StaticTypeMap<T>
impl<T> RefUnwindSafe for StaticTypeMap<T>
impl<T> Send for StaticTypeMap<T>
impl<T> Sync for StaticTypeMap<T>
impl<T> Unpin for StaticTypeMap<T>
impl<T> UnwindSafe for StaticTypeMap<T>
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