pub struct SelectWindowCommand { /* private fields */ }Implementations§
Source§impl SelectWindowCommand
impl SelectWindowCommand
pub fn new() -> Self
pub fn match_spec(self, spec: impl Into<String>) -> Self
pub fn title(self, value: impl Into<String>) -> Self
pub fn exclude_active(self, value: bool) -> Self
pub fn reactivate_prev_tab(self, value: bool) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for SelectWindowCommand
impl RefUnwindSafe for SelectWindowCommand
impl Send for SelectWindowCommand
impl Sync for SelectWindowCommand
impl Unpin for SelectWindowCommand
impl UnwindSafe for SelectWindowCommand
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