pub enum RelativeSelectorCachedMatch {
Matched,
NotMatched,
}
Expand description
Match data for a given element and a selector.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for RelativeSelectorCachedMatch
impl Clone for RelativeSelectorCachedMatch
source§fn clone(&self) -> RelativeSelectorCachedMatch
fn clone(&self) -> RelativeSelectorCachedMatch
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RelativeSelectorCachedMatch
Auto Trait Implementations§
impl Freeze for RelativeSelectorCachedMatch
impl RefUnwindSafe for RelativeSelectorCachedMatch
impl Send for RelativeSelectorCachedMatch
impl Sync for RelativeSelectorCachedMatch
impl Unpin for RelativeSelectorCachedMatch
impl UnwindSafe for RelativeSelectorCachedMatch
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