pub enum SelectorContextMatchKind {
NoMatch,
Global,
Root,
Exact,
ContainsSelector,
}Variants§
Trait Implementations§
Source§impl Clone for SelectorContextMatchKind
impl Clone for SelectorContextMatchKind
Source§fn clone(&self) -> SelectorContextMatchKind
fn clone(&self) -> SelectorContextMatchKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SelectorContextMatchKind
impl Debug for SelectorContextMatchKind
impl Eq for SelectorContextMatchKind
Source§impl PartialEq for SelectorContextMatchKind
impl PartialEq for SelectorContextMatchKind
Source§fn eq(&self, other: &SelectorContextMatchKind) -> bool
fn eq(&self, other: &SelectorContextMatchKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SelectorContextMatchKind
impl Serialize for SelectorContextMatchKind
impl StructuralPartialEq for SelectorContextMatchKind
Auto Trait Implementations§
impl Freeze for SelectorContextMatchKind
impl RefUnwindSafe for SelectorContextMatchKind
impl Send for SelectorContextMatchKind
impl Sync for SelectorContextMatchKind
impl Unpin for SelectorContextMatchKind
impl UnsafeUnpin for SelectorContextMatchKind
impl UnwindSafe for SelectorContextMatchKind
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