Struct crossterm::event::DisableFocusChange
source · pub struct DisableFocusChange;
Expand description
A command that disables focus event emission.
Trait Implementations§
source§impl Clone for DisableFocusChange
impl Clone for DisableFocusChange
source§fn clone(&self) -> DisableFocusChange
fn clone(&self) -> DisableFocusChange
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 DisableFocusChange
impl Command for DisableFocusChange
source§impl Debug for DisableFocusChange
impl Debug for DisableFocusChange
source§impl PartialEq for DisableFocusChange
impl PartialEq for DisableFocusChange
source§fn eq(&self, other: &DisableFocusChange) -> bool
fn eq(&self, other: &DisableFocusChange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DisableFocusChange
impl Eq for DisableFocusChange
impl StructuralPartialEq for DisableFocusChange
Auto Trait Implementations§
impl Freeze for DisableFocusChange
impl RefUnwindSafe for DisableFocusChange
impl Send for DisableFocusChange
impl Sync for DisableFocusChange
impl Unpin for DisableFocusChange
impl UnwindSafe for DisableFocusChange
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