pub enum MozFunctionalPseudoElementKeyword {
TreeCell(Function),
TreeCellText(Function),
TreeCheckbox(Function),
TreeColumn(Function),
TreeImage(Function),
TreeLine(Function),
TreeRow(Function),
TreeSeparator(Function),
TreeTwisty(Function),
}Variants§
TreeCell(Function)
TreeCellText(Function)
TreeCheckbox(Function)
TreeColumn(Function)
TreeImage(Function)
TreeLine(Function)
TreeRow(Function)
TreeSeparator(Function)
TreeTwisty(Function)
Trait Implementations§
Source§impl Clone for MozFunctionalPseudoElementKeyword
impl Clone for MozFunctionalPseudoElementKeyword
Source§fn clone(&self) -> MozFunctionalPseudoElementKeyword
fn clone(&self) -> MozFunctionalPseudoElementKeyword
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 Ord for MozFunctionalPseudoElementKeyword
impl Ord for MozFunctionalPseudoElementKeyword
Source§fn cmp(&self, other: &MozFunctionalPseudoElementKeyword) -> Ordering
fn cmp(&self, other: &MozFunctionalPseudoElementKeyword) -> 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 MozFunctionalPseudoElementKeyword
impl<'a> Parse<'a> for MozFunctionalPseudoElementKeyword
Source§impl PartialEq for MozFunctionalPseudoElementKeyword
impl PartialEq for MozFunctionalPseudoElementKeyword
Source§fn eq(&self, other: &MozFunctionalPseudoElementKeyword) -> bool
fn eq(&self, other: &MozFunctionalPseudoElementKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MozFunctionalPseudoElementKeyword
impl PartialOrd for MozFunctionalPseudoElementKeyword
Source§impl<'a> Peek<'a> for MozFunctionalPseudoElementKeyword
impl<'a> Peek<'a> for MozFunctionalPseudoElementKeyword
Source§impl ToCursors for MozFunctionalPseudoElementKeyword
impl ToCursors for MozFunctionalPseudoElementKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for MozFunctionalPseudoElementKeyword
impl Eq for MozFunctionalPseudoElementKeyword
impl StructuralPartialEq for MozFunctionalPseudoElementKeyword
Auto Trait Implementations§
impl Freeze for MozFunctionalPseudoElementKeyword
impl RefUnwindSafe for MozFunctionalPseudoElementKeyword
impl Send for MozFunctionalPseudoElementKeyword
impl Sync for MozFunctionalPseudoElementKeyword
impl Unpin for MozFunctionalPseudoElementKeyword
impl UnwindSafe for MozFunctionalPseudoElementKeyword
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