Enum alacritty::config::bindings::MouseAction [−][src]
pub enum MouseAction {
ExpandSelection,
}Expand description
Mouse binding specific actions.
Variants
ExpandSelection
Expand the selection to the current mouse cursor position.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
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
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Value based on which equality for the reset will be determined.