pub enum MsPseudoElement {
Show 18 variants
Backdrop(ColonColon, Ident),
Browse(ColonColon, Ident),
Check(ColonColon, Ident),
Clear(ColonColon, Ident),
Expand(ColonColon, Ident),
Fill(ColonColon, Ident),
FillUpper(ColonColon, Ident),
FillLower(ColonColon, Ident),
InputPlaceholder(ColonColon, Ident),
Placeholder(ColonColon, Ident),
Reveal(ColonColon, Ident),
Selection(ColonColon, Ident),
Thumb(ColonColon, Ident),
TicksAfter(ColonColon, Ident),
TicksBefore(ColonColon, Ident),
Tooltip(ColonColon, Ident),
Track(ColonColon, Ident),
Value(ColonColon, Ident),
}Variants§
Backdrop(ColonColon, Ident)
Browse(ColonColon, Ident)
Check(ColonColon, Ident)
Clear(ColonColon, Ident)
Expand(ColonColon, Ident)
Fill(ColonColon, Ident)
FillUpper(ColonColon, Ident)
FillLower(ColonColon, Ident)
InputPlaceholder(ColonColon, Ident)
Placeholder(ColonColon, Ident)
Reveal(ColonColon, Ident)
Selection(ColonColon, Ident)
Thumb(ColonColon, Ident)
TicksAfter(ColonColon, Ident)
TicksBefore(ColonColon, Ident)
Tooltip(ColonColon, Ident)
Track(ColonColon, Ident)
Value(ColonColon, Ident)
Trait Implementations§
Source§impl Clone for MsPseudoElement
impl Clone for MsPseudoElement
Source§fn clone(&self) -> MsPseudoElement
fn clone(&self) -> MsPseudoElement
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 MsPseudoElement
impl Debug for MsPseudoElement
Source§impl Hash for MsPseudoElement
impl Hash for MsPseudoElement
Source§impl Ord for MsPseudoElement
impl Ord for MsPseudoElement
Source§fn cmp(&self, other: &MsPseudoElement) -> Ordering
fn cmp(&self, other: &MsPseudoElement) -> 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 MsPseudoElement
impl<'a> Parse<'a> for MsPseudoElement
Source§impl PartialEq for MsPseudoElement
impl PartialEq for MsPseudoElement
Source§impl PartialOrd for MsPseudoElement
impl PartialOrd for MsPseudoElement
Source§impl<'a> Peek<'a> for MsPseudoElement
impl<'a> Peek<'a> for MsPseudoElement
Source§impl ToCursors for MsPseudoElement
impl ToCursors for MsPseudoElement
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for MsPseudoElement
impl Eq for MsPseudoElement
impl StructuralPartialEq for MsPseudoElement
Auto Trait Implementations§
impl Freeze for MsPseudoElement
impl RefUnwindSafe for MsPseudoElement
impl Send for MsPseudoElement
impl Sync for MsPseudoElement
impl Unpin for MsPseudoElement
impl UnwindSafe for MsPseudoElement
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