pub enum IgnoreNthChildForInvalidation {
No,
Yes,
}
Expand description
Whether we need to ignore nth child selectors for this match request (only expected during invalidation).
Variants§
Trait Implementations§
Source§impl PartialEq for IgnoreNthChildForInvalidation
impl PartialEq for IgnoreNthChildForInvalidation
Source§fn eq(&self, other: &IgnoreNthChildForInvalidation) -> bool
fn eq(&self, other: &IgnoreNthChildForInvalidation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for IgnoreNthChildForInvalidation
Auto Trait Implementations§
impl Freeze for IgnoreNthChildForInvalidation
impl RefUnwindSafe for IgnoreNthChildForInvalidation
impl Send for IgnoreNthChildForInvalidation
impl Sync for IgnoreNthChildForInvalidation
impl Unpin for IgnoreNthChildForInvalidation
impl UnwindSafe for IgnoreNthChildForInvalidation
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