pub enum PseudoElement {
Show 24 variants
After(ColonColon, Ident),
Backdrop(ColonColon, Ident),
Before(ColonColon, Ident),
Checkmark(ColonColon, Ident),
Column(ColonColon, Ident),
Cue(ColonColon, Ident),
DetailsContent(ColonColon, Ident),
FileSelectorButton(ColonColon, Ident),
FirstLetter(ColonColon, Ident),
FirstLine(ColonColon, Ident),
GrammarError(ColonColon, Ident),
Marker(ColonColon, Ident),
PickerIcon(ColonColon, Ident),
Placeholder(ColonColon, Ident),
ScrollMarker(ColonColon, Ident),
ScrollMarkerGroup(ColonColon, Ident),
Selection(ColonColon, Ident),
SpellingError(ColonColon, Ident),
TargetText(ColonColon, Ident),
ViewTransition(ColonColon, Ident),
Webkit(WebkitPseudoElement),
Moz(MozPseudoElement),
Ms(MsPseudoElement),
O(OPseudoElement),
}Variants§
After(ColonColon, Ident)
Backdrop(ColonColon, Ident)
Before(ColonColon, Ident)
Checkmark(ColonColon, Ident)
Column(ColonColon, Ident)
Cue(ColonColon, Ident)
DetailsContent(ColonColon, Ident)
FileSelectorButton(ColonColon, Ident)
FirstLetter(ColonColon, Ident)
FirstLine(ColonColon, Ident)
GrammarError(ColonColon, Ident)
Marker(ColonColon, Ident)
PickerIcon(ColonColon, Ident)
Placeholder(ColonColon, Ident)
ScrollMarker(ColonColon, Ident)
ScrollMarkerGroup(ColonColon, Ident)
Selection(ColonColon, Ident)
SpellingError(ColonColon, Ident)
TargetText(ColonColon, Ident)
ViewTransition(ColonColon, Ident)
Webkit(WebkitPseudoElement)
Moz(MozPseudoElement)
Ms(MsPseudoElement)
O(OPseudoElement)
Trait Implementations§
Source§impl Clone for PseudoElement
impl Clone for PseudoElement
Source§fn clone(&self) -> PseudoElement
fn clone(&self) -> PseudoElement
Returns a duplicate of the value. Read more
1.0.0 · 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 PseudoElement
impl Debug for PseudoElement
Source§impl Hash for PseudoElement
impl Hash for PseudoElement
Source§impl Ord for PseudoElement
impl Ord for PseudoElement
Source§fn cmp(&self, other: &PseudoElement) -> Ordering
fn cmp(&self, other: &PseudoElement) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for PseudoElement
impl<'a> Parse<'a> for PseudoElement
Source§impl PartialEq for PseudoElement
impl PartialEq for PseudoElement
Source§impl PartialOrd for PseudoElement
impl PartialOrd for PseudoElement
Source§impl<'a> Peek<'a> for PseudoElement
impl<'a> Peek<'a> for PseudoElement
Source§impl ToCursors for PseudoElement
impl ToCursors for PseudoElement
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for PseudoElement
impl Eq for PseudoElement
impl StructuralPartialEq for PseudoElement
Auto Trait Implementations§
impl Freeze for PseudoElement
impl RefUnwindSafe for PseudoElement
impl Send for PseudoElement
impl Sync for PseudoElement
impl Unpin for PseudoElement
impl UnwindSafe for PseudoElement
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