pub enum WebkitPseudoClass {
AnimatingFullScreenTransition(Colon, Ident),
AnyLink(Colon, Ident),
Autofill(Colon, Ident),
AutofillAndObscured(Colon, Ident),
AutofillStrongPassword(Colon, Ident),
AutofillStrongPasswordViewable(Colon, Ident),
Drag(Colon, Ident),
FullPageMedia(Colon, Ident),
FullScreen(Colon, Ident),
FullScreenAncestor(Colon, Ident),
FullScreenControlsHidden(Colon, Ident),
FullScreenDocument(Colon, Ident),
}Variants§
AnimatingFullScreenTransition(Colon, Ident)
AnyLink(Colon, Ident)
Autofill(Colon, Ident)
AutofillAndObscured(Colon, Ident)
AutofillStrongPassword(Colon, Ident)
AutofillStrongPasswordViewable(Colon, Ident)
Drag(Colon, Ident)
FullPageMedia(Colon, Ident)
FullScreen(Colon, Ident)
FullScreenAncestor(Colon, Ident)
FullScreenControlsHidden(Colon, Ident)
FullScreenDocument(Colon, Ident)
Trait Implementations§
Source§impl Clone for WebkitPseudoClass
impl Clone for WebkitPseudoClass
Source§fn clone(&self) -> WebkitPseudoClass
fn clone(&self) -> WebkitPseudoClass
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 WebkitPseudoClass
impl Debug for WebkitPseudoClass
Source§impl Hash for WebkitPseudoClass
impl Hash for WebkitPseudoClass
Source§impl Ord for WebkitPseudoClass
impl Ord for WebkitPseudoClass
Source§fn cmp(&self, other: &WebkitPseudoClass) -> Ordering
fn cmp(&self, other: &WebkitPseudoClass) -> 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 WebkitPseudoClass
impl<'a> Parse<'a> for WebkitPseudoClass
Source§impl PartialEq for WebkitPseudoClass
impl PartialEq for WebkitPseudoClass
Source§impl PartialOrd for WebkitPseudoClass
impl PartialOrd for WebkitPseudoClass
Source§impl<'a> Peek<'a> for WebkitPseudoClass
impl<'a> Peek<'a> for WebkitPseudoClass
Source§impl ToCursors for WebkitPseudoClass
impl ToCursors for WebkitPseudoClass
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for WebkitPseudoClass
impl Eq for WebkitPseudoClass
impl StructuralPartialEq for WebkitPseudoClass
Auto Trait Implementations§
impl Freeze for WebkitPseudoClass
impl RefUnwindSafe for WebkitPseudoClass
impl Send for WebkitPseudoClass
impl Sync for WebkitPseudoClass
impl Unpin for WebkitPseudoClass
impl UnwindSafe for WebkitPseudoClass
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