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