pub struct CloseWindowCommand { /* private fields */ }Implementations§
Source§impl CloseWindowCommand
impl CloseWindowCommand
pub fn new() -> Self
pub fn match_spec(self, spec: impl Into<String>) -> Self
pub fn self_window(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 CloseWindowCommand
impl RefUnwindSafe for CloseWindowCommand
impl Send for CloseWindowCommand
impl Sync for CloseWindowCommand
impl Unpin for CloseWindowCommand
impl UnwindSafe for CloseWindowCommand
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