pub enum AttributeSelectorMatcherKind {
Exact,
MatchWord,
ExactOrPrefixThenHyphen,
Prefix,
Suffix,
Substring,
}Variants§
Trait Implementations§
Source§impl Clone for AttributeSelectorMatcherKind
impl Clone for AttributeSelectorMatcherKind
Source§fn clone(&self) -> AttributeSelectorMatcherKind
fn clone(&self) -> AttributeSelectorMatcherKind
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 AttributeSelectorMatcherKind
impl Debug for AttributeSelectorMatcherKind
Source§impl PartialEq for AttributeSelectorMatcherKind
impl PartialEq for AttributeSelectorMatcherKind
Source§fn eq(&self, other: &AttributeSelectorMatcherKind) -> bool
fn eq(&self, other: &AttributeSelectorMatcherKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributeSelectorMatcherKind
Auto Trait Implementations§
impl Freeze for AttributeSelectorMatcherKind
impl RefUnwindSafe for AttributeSelectorMatcherKind
impl Send for AttributeSelectorMatcherKind
impl Sync for AttributeSelectorMatcherKind
impl Unpin for AttributeSelectorMatcherKind
impl UnsafeUnpin for AttributeSelectorMatcherKind
impl UnwindSafe for AttributeSelectorMatcherKind
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