pub enum OPseudoElement {
InnerSpinButton(ColonColon, Ident),
OuterSpinButton(ColonColon, Ident),
Placeholder(ColonColon, Ident),
Scrollbar(ColonColon, Ident),
ScrollbarThumb(ColonColon, Ident),
ScrollbarTrack(ColonColon, Ident),
ScrollbarTrackPiece(ColonColon, Ident),
Selection(ColonColon, Ident),
}Variants§
InnerSpinButton(ColonColon, Ident)
OuterSpinButton(ColonColon, Ident)
Placeholder(ColonColon, Ident)
Scrollbar(ColonColon, Ident)
ScrollbarThumb(ColonColon, Ident)
ScrollbarTrack(ColonColon, Ident)
ScrollbarTrackPiece(ColonColon, Ident)
Selection(ColonColon, Ident)
Trait Implementations§
Source§impl Clone for OPseudoElement
impl Clone for OPseudoElement
Source§fn clone(&self) -> OPseudoElement
fn clone(&self) -> OPseudoElement
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 OPseudoElement
impl Debug for OPseudoElement
Source§impl Hash for OPseudoElement
impl Hash for OPseudoElement
Source§impl Ord for OPseudoElement
impl Ord for OPseudoElement
Source§fn cmp(&self, other: &OPseudoElement) -> Ordering
fn cmp(&self, other: &OPseudoElement) -> 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 OPseudoElement
impl<'a> Parse<'a> for OPseudoElement
Source§impl PartialEq for OPseudoElement
impl PartialEq for OPseudoElement
Source§impl PartialOrd for OPseudoElement
impl PartialOrd for OPseudoElement
Source§impl<'a> Peek<'a> for OPseudoElement
impl<'a> Peek<'a> for OPseudoElement
Source§impl ToCursors for OPseudoElement
impl ToCursors for OPseudoElement
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for OPseudoElement
impl Eq for OPseudoElement
impl StructuralPartialEq for OPseudoElement
Auto Trait Implementations§
impl Freeze for OPseudoElement
impl RefUnwindSafe for OPseudoElement
impl Send for OPseudoElement
impl Sync for OPseudoElement
impl Unpin for OPseudoElement
impl UnwindSafe for OPseudoElement
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