pub enum PseudoElementSelectorArgKind<'a> {
CompoundSelector(CompoundSelector<'a>),
CompoundSelectorList(CompoundSelectorList<'a>),
Ident(InterpolableIdent<'a>),
TokenSeq(TokenSeq<'a>),
}Variants§
CompoundSelector(CompoundSelector<'a>)
CompoundSelectorList(CompoundSelectorList<'a>)
Ident(InterpolableIdent<'a>)
TokenSeq(TokenSeq<'a>)
Implementations§
§impl<'a> PseudoElementSelectorArgKind<'a>
impl<'a> PseudoElementSelectorArgKind<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PseudoElementSelectorArgKind<'a>
impl<'a> !Send for PseudoElementSelectorArgKind<'a>
impl<'a> !Sync for PseudoElementSelectorArgKind<'a>
impl<'a> !UnwindSafe for PseudoElementSelectorArgKind<'a>
impl<'a> Freeze for PseudoElementSelectorArgKind<'a>
impl<'a> Unpin for PseudoElementSelectorArgKind<'a>
impl<'a> UnsafeUnpin for PseudoElementSelectorArgKind<'a>
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