Struct kitty_remote_bindings::Kitty
source · pub struct Kitty { /* private fields */ }Implementations§
Trait Implementations§
source§impl KittyTerminal for Kitty
impl KittyTerminal for Kitty
fn ls<'life0, 'life1, 'async_trait>(
&'life0 self,
options: &'life1 LsOptions
) -> Pin<Box<dyn Future<Output = Result<LsOutput>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn send_text<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
options: &'life1 SendTextOptions,
args: &'life2 [&'life3 str]
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Auto Trait Implementations§
impl !RefUnwindSafe for Kitty
impl Send for Kitty
impl Sync for Kitty
impl Unpin for Kitty
impl !UnwindSafe for Kitty
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