pub struct NewWindowCommand { /* private fields */ }Implementations§
Source§impl NewWindowCommand
impl NewWindowCommand
pub fn new() -> Self
pub fn args(self, value: impl Into<String>) -> Self
pub fn title(self, value: impl Into<String>) -> Self
pub fn cwd(self, value: impl Into<String>) -> Self
pub fn keep_focus(self, value: bool) -> Self
pub fn window_type(self, value: impl Into<String>) -> Self
pub fn new_tab(self, value: bool) -> Self
pub fn tab_title(self, value: impl Into<String>) -> Self
pub fn build(self) -> Result<KittyMessage, CommandError>
Auto Trait Implementations§
impl Freeze for NewWindowCommand
impl RefUnwindSafe for NewWindowCommand
impl Send for NewWindowCommand
impl Sync for NewWindowCommand
impl Unpin for NewWindowCommand
impl UnwindSafe for NewWindowCommand
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