Struct selectors::nth_index_cache::NthIndexCacheInner
source · pub struct NthIndexCacheInner(FxHashMap<OpaqueElement, i32>);
Expand description
The concrete per-pseudo-class cache.
Tuple Fields§
§0: FxHashMap<OpaqueElement, i32>
Implementations§
Trait Implementations§
source§impl Default for NthIndexCacheInner
impl Default for NthIndexCacheInner
source§fn default() -> NthIndexCacheInner
fn default() -> NthIndexCacheInner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NthIndexCacheInner
impl RefUnwindSafe for NthIndexCacheInner
impl Send for NthIndexCacheInner
impl Sync for NthIndexCacheInner
impl Unpin for NthIndexCacheInner
impl UnwindSafe for NthIndexCacheInner
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