pub enum HoverState {
In,
Over,
Out,
}
Variants§
Trait Implementations§
Source§impl Clone for HoverState
impl Clone for HoverState
Source§fn clone(&self) -> HoverState
fn clone(&self) -> HoverState
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 HoverState
impl Debug for HoverState
Source§impl Default for HoverState
impl Default for HoverState
Source§fn default() -> HoverState
fn default() -> HoverState
Returns the “default value” for a type. Read more
Source§impl PartialEq for HoverState
impl PartialEq for HoverState
impl StructuralPartialEq for HoverState
Auto Trait Implementations§
impl Freeze for HoverState
impl RefUnwindSafe for HoverState
impl Send for HoverState
impl Sync for HoverState
impl Unpin for HoverState
impl UnwindSafe for HoverState
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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