pub enum AttributeSelectorMatcherKind {
Exact,
MatchWord,
ExactOrPrefixThenHyphen,
Prefix,
Suffix,
Substring,
}Variants§
Trait Implementations§
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