pub struct SendText { /* private fields */ }Expand description
Represents the “send-text” remote command: kitty @ send-text
Implementations§
Trait Implementations§
Source§impl CommandOutput for SendText
impl CommandOutput for SendText
impl StructuralPartialEq for SendText
Auto Trait Implementations§
impl Freeze for SendText
impl RefUnwindSafe for SendText
impl Send for SendText
impl Sync for SendText
impl Unpin for SendText
impl UnwindSafe for SendText
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