pub enum VendorPrefixablePseudoClassName {
any,
any_link,
dir,
fullscreen,
placeholder_shown,
read_only,
read_write,
}Expand description
Represents a pseudo-class that can be vendor prefixed across more than one vendor
Variants§
Trait Implementations§
Source§impl Clone for VendorPrefixablePseudoClassName
impl Clone for VendorPrefixablePseudoClassName
Source§fn clone(&self) -> VendorPrefixablePseudoClassName
fn clone(&self) -> VendorPrefixablePseudoClassName
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 VendorPrefixablePseudoClassName
impl Ord for VendorPrefixablePseudoClassName
Source§fn cmp(&self, other: &VendorPrefixablePseudoClassName) -> Ordering
fn cmp(&self, other: &VendorPrefixablePseudoClassName) -> 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 PartialEq for VendorPrefixablePseudoClassName
impl PartialEq for VendorPrefixablePseudoClassName
Source§fn eq(&self, other: &VendorPrefixablePseudoClassName) -> bool
fn eq(&self, other: &VendorPrefixablePseudoClassName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VendorPrefixablePseudoClassName
impl PartialOrd for VendorPrefixablePseudoClassName
impl Copy for VendorPrefixablePseudoClassName
impl Eq for VendorPrefixablePseudoClassName
impl StructuralPartialEq for VendorPrefixablePseudoClassName
Auto Trait Implementations§
impl Freeze for VendorPrefixablePseudoClassName
impl RefUnwindSafe for VendorPrefixablePseudoClassName
impl Send for VendorPrefixablePseudoClassName
impl Sync for VendorPrefixablePseudoClassName
impl Unpin for VendorPrefixablePseudoClassName
impl UnwindSafe for VendorPrefixablePseudoClassName
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