[−][src]Enum selectors::parser::SelectorParseErrorKind
Variants
NoQualifiedNameInAttributeSelector(Token<'i>)
UnexpectedTokenInAttributeSelector(Token<'i>)
PseudoElementExpectedColon(Token<'i>)
PseudoElementExpectedIdent(Token<'i>)
NoIdentForPseudo(Token<'i>)
UnsupportedPseudoClassOrElement(CowRcStr<'i>)
UnexpectedIdent(CowRcStr<'i>)
ExpectedNamespace(CowRcStr<'i>)
ExpectedBarInAttr(Token<'i>)
BadValueInAttr(Token<'i>)
InvalidQualNameInAttr(Token<'i>)
ExplicitNamespaceUnexpectedToken(Token<'i>)
ClassNeedsIdent(Token<'i>)
Trait Implementations
impl<'i> Clone for SelectorParseErrorKind<'i>
[src]
fn clone(&self) -> SelectorParseErrorKind<'i>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'i> Debug for SelectorParseErrorKind<'i>
[src]
impl<'i> PartialEq<SelectorParseErrorKind<'i>> for SelectorParseErrorKind<'i>
[src]
fn eq(&self, other: &SelectorParseErrorKind<'i>) -> bool
[src]
fn ne(&self, other: &SelectorParseErrorKind<'i>) -> bool
[src]
impl<'i> StructuralPartialEq for SelectorParseErrorKind<'i>
[src]
Auto Trait Implementations
impl<'i> !RefUnwindSafe for SelectorParseErrorKind<'i>
impl<'i> !Send for SelectorParseErrorKind<'i>
impl<'i> !Sync for SelectorParseErrorKind<'i>
impl<'i> Unpin for SelectorParseErrorKind<'i>
impl<'i> UnwindSafe for SelectorParseErrorKind<'i>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,