pub struct InputCommand {
pub buffer: PointerOrName,
pub data: String,
}
Expand description
The input command, used to send data to a buffer.
Response: None
Fields§
§buffer: PointerOrName
Pointer to or full name of the buffer.
data: String
String to input to the buffer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputCommand
impl RefUnwindSafe for InputCommand
impl Send for InputCommand
impl Sync for InputCommand
impl Unpin for InputCommand
impl UnwindSafe for InputCommand
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