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