Enum alacritty::event::ClickState
source · pub enum ClickState {
None,
Click,
DoubleClick,
TripleClick,
}
Variants§
Trait Implementations§
source§impl Debug for ClickState
impl Debug for ClickState
source§impl PartialEq<ClickState> for ClickState
impl PartialEq<ClickState> for ClickState
source§fn eq(&self, other: &ClickState) -> bool
fn eq(&self, other: &ClickState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ClickState
impl StructuralEq for ClickState
impl StructuralPartialEq for ClickState
Auto Trait Implementations§
impl RefUnwindSafe for ClickState
impl Send for ClickState
impl Sync for ClickState
impl Unpin for ClickState
impl UnwindSafe for ClickState
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.