Struct selectors::nth_index_cache::SelectorListCacheKey
source · struct SelectorListCacheKey(usize);
Tuple Fields§
§0: usize
Implementations§
source§impl SelectorListCacheKey
impl SelectorListCacheKey
Use the selector list’s pointer as the cache key
fn new<Impl: SelectorImpl>(selectors: &[Selector<Impl>]) -> Self
Trait Implementations§
source§impl Hash for SelectorListCacheKey
impl Hash for SelectorListCacheKey
source§impl PartialEq for SelectorListCacheKey
impl PartialEq for SelectorListCacheKey
source§fn eq(&self, other: &SelectorListCacheKey) -> bool
fn eq(&self, other: &SelectorListCacheKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SelectorListCacheKey
impl StructuralPartialEq for SelectorListCacheKey
Auto Trait Implementations§
impl Freeze for SelectorListCacheKey
impl RefUnwindSafe for SelectorListCacheKey
impl Send for SelectorListCacheKey
impl Sync for SelectorListCacheKey
impl Unpin for SelectorListCacheKey
impl UnwindSafe for SelectorListCacheKey
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