pub(crate) struct HybridGrowingHashmapChar<ValueType> {
pub(crate) map: GrowingHashmapChar<ValueType>,
pub(crate) extended_ascii: [ValueType; 256],
}
Fields§
§map: GrowingHashmapChar<ValueType>
§extended_ascii: [ValueType; 256]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<ValueType> Freeze for HybridGrowingHashmapChar<ValueType>where
ValueType: Freeze,
impl<ValueType> RefUnwindSafe for HybridGrowingHashmapChar<ValueType>where
ValueType: RefUnwindSafe,
impl<ValueType> Send for HybridGrowingHashmapChar<ValueType>where
ValueType: Send,
impl<ValueType> Sync for HybridGrowingHashmapChar<ValueType>where
ValueType: Sync,
impl<ValueType> Unpin for HybridGrowingHashmapChar<ValueType>where
ValueType: Unpin,
impl<ValueType> UnwindSafe for HybridGrowingHashmapChar<ValueType>where
ValueType: UnwindSafe,
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