pub struct FocusWindowCommand { /* private fields */ }Implementations§
Source§impl FocusWindowCommand
impl FocusWindowCommand
Sourcepub fn builder() -> FocusWindowCommandBuilder
pub fn builder() -> FocusWindowCommandBuilder
Create an instance of FocusWindowCommand using the builder syntax
Source§impl FocusWindowCommand
impl FocusWindowCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FocusWindowCommand
impl RefUnwindSafe for FocusWindowCommand
impl Send for FocusWindowCommand
impl Sync for FocusWindowCommand
impl Unpin for FocusWindowCommand
impl UnwindSafe for FocusWindowCommand
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