Enum alacritty::config::bindings::MouseAction
source · pub enum MouseAction {
ExpandSelection,
}
Expand description
Mouse binding specific actions.
Variants§
ExpandSelection
Expand the selection to the current mouse cursor position.
Trait Implementations§
source§impl Clone for MouseAction
impl Clone for MouseAction
source§fn clone(&self) -> MouseAction
fn clone(&self) -> MouseAction
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 MouseAction
impl Debug for MouseAction
source§impl<'de> Deserialize<'de> for MouseAction
impl<'de> Deserialize<'de> for MouseAction
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<MouseAction> for Action
impl From<MouseAction> for Action
source§fn from(action: MouseAction) -> Self
fn from(action: MouseAction) -> Self
Converts to this type from the input type.
source§impl PartialEq<MouseAction> for MouseAction
impl PartialEq<MouseAction> for MouseAction
source§fn eq(&self, other: &MouseAction) -> bool
fn eq(&self, other: &MouseAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SerdeReplace for MouseAction
impl SerdeReplace for MouseAction
impl Copy for MouseAction
impl Eq for MouseAction
impl StructuralEq for MouseAction
impl StructuralPartialEq for MouseAction
Auto Trait Implementations§
impl RefUnwindSafe for MouseAction
impl Send for MouseAction
impl Sync for MouseAction
impl Unpin for MouseAction
impl UnwindSafe for MouseAction
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.source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.