pub enum ParserMode {
None,
Class,
Id,
Attribute,
}
Expand description
The mode of the Selector
parser.
Variants§
Trait Implementations§
Source§impl PartialEq for ParserMode
impl PartialEq for ParserMode
impl Eq for ParserMode
impl StructuralPartialEq for ParserMode
Auto Trait Implementations§
impl Freeze for ParserMode
impl RefUnwindSafe for ParserMode
impl Send for ParserMode
impl Sync for ParserMode
impl Unpin for ParserMode
impl UnwindSafe for ParserMode
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