pub struct HighlightPseudoElement {
pub colons: ColonColon,
pub function: Function,
pub value: Ident,
pub close: RightParen,
}Fields§
§colons: ColonColon§function: Function§value: Ident§close: RightParenTrait Implementations§
Source§impl Clone for HighlightPseudoElement
impl Clone for HighlightPseudoElement
Source§fn clone(&self) -> HighlightPseudoElement
fn clone(&self) -> HighlightPseudoElement
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 HighlightPseudoElement
impl Debug for HighlightPseudoElement
Source§impl Hash for HighlightPseudoElement
impl Hash for HighlightPseudoElement
Source§impl Ord for HighlightPseudoElement
impl Ord for HighlightPseudoElement
Source§fn cmp(&self, other: &HighlightPseudoElement) -> Ordering
fn cmp(&self, other: &HighlightPseudoElement) -> 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 HighlightPseudoElement
impl<'a> Parse<'a> for HighlightPseudoElement
Source§impl PartialEq for HighlightPseudoElement
impl PartialEq for HighlightPseudoElement
Source§impl PartialOrd for HighlightPseudoElement
impl PartialOrd for HighlightPseudoElement
Source§impl ToCursors for HighlightPseudoElement
impl ToCursors for HighlightPseudoElement
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for HighlightPseudoElement
impl StructuralPartialEq for HighlightPseudoElement
Auto Trait Implementations§
impl Freeze for HighlightPseudoElement
impl RefUnwindSafe for HighlightPseudoElement
impl Send for HighlightPseudoElement
impl Sync for HighlightPseudoElement
impl Unpin for HighlightPseudoElement
impl UnwindSafe for HighlightPseudoElement
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