pub enum ActiveHover {
Active,
Hover,
}
Expand description
Sets whether an element needs to be selected for :active
or for :hover
Variants§
Trait Implementations§
Source§impl Clone for ActiveHover
impl Clone for ActiveHover
Source§fn clone(&self) -> ActiveHover
fn clone(&self) -> ActiveHover
Returns a copy 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 ActiveHover
impl Debug for ActiveHover
Source§impl Hash for ActiveHover
impl Hash for ActiveHover
Source§impl Ord for ActiveHover
impl Ord for ActiveHover
Source§fn cmp(&self, other: &ActiveHover) -> Ordering
fn cmp(&self, other: &ActiveHover) -> 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 ActiveHover
impl PartialEq for ActiveHover
Source§impl PartialOrd for ActiveHover
impl PartialOrd for ActiveHover
impl Copy for ActiveHover
impl Eq for ActiveHover
impl StructuralPartialEq for ActiveHover
Auto Trait Implementations§
impl Freeze for ActiveHover
impl RefUnwindSafe for ActiveHover
impl Send for ActiveHover
impl Sync for ActiveHover
impl Unpin for ActiveHover
impl UnwindSafe for ActiveHover
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)