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 for EnableFocusChange
impl PartialEq 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 ==
.impl Copy for EnableFocusChange
impl Eq for EnableFocusChange
impl StructuralPartialEq for EnableFocusChange
Auto Trait Implementations§
impl Freeze for EnableFocusChange
impl RefUnwindSafe for EnableFocusChange
impl Send for EnableFocusChange
impl Sync for EnableFocusChange
impl Unpin for EnableFocusChange
impl UnwindSafe for EnableFocusChange
Blanket Implementations§
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