Struct kitty_remote_bindings::FocusWindow
source · pub struct FocusWindow { /* private fields */ }Expand description
Represents the “focus-window” remote command: kitty @ focus-window
Implementations§
source§impl FocusWindow
impl FocusWindow
Trait Implementations§
source§impl CommandOutput for FocusWindow
impl CommandOutput for FocusWindow
source§impl Debug for FocusWindow
impl Debug for FocusWindow
source§impl<'a> From<&'a FocusWindow> for Command
impl<'a> From<&'a FocusWindow> for Command
source§fn from(value: &FocusWindow) -> Self
fn from(value: &FocusWindow) -> Self
Converts to this type from the input type.
source§impl MatcherExt for FocusWindow
impl MatcherExt for FocusWindow
source§impl PartialEq for FocusWindow
impl PartialEq for FocusWindow
source§fn eq(&self, other: &FocusWindow) -> bool
fn eq(&self, other: &FocusWindow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FocusWindow
Auto Trait Implementations§
impl RefUnwindSafe for FocusWindow
impl Send for FocusWindow
impl Sync for FocusWindow
impl Unpin for FocusWindow
impl UnwindSafe for FocusWindow
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