Struct crossterm::event::EnableFocusChange
source · pub struct EnableFocusChange;
Expand description
A command that enables focus event emission.
It should be paired with DisableFocusChange
at the end of execution.
Trait Implementations§
source§impl Clone for EnableFocusChange
impl Clone for EnableFocusChange
source§fn clone(&self) -> EnableFocusChange
fn clone(&self) -> EnableFocusChange
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 Command for EnableFocusChange
impl Command for EnableFocusChange
source§impl Debug for EnableFocusChange
impl Debug for EnableFocusChange
source§impl PartialEq<EnableFocusChange> for EnableFocusChange
impl PartialEq<EnableFocusChange> for EnableFocusChange
source§fn eq(&self, other: &EnableFocusChange) -> bool
fn eq(&self, other: &EnableFocusChange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.