pub struct SendKeyAction;Implementations§
Source§impl SendKeyAction
impl SendKeyAction
pub fn new(keys: impl Into<String>) -> ActionCommand
Auto Trait Implementations§
impl Freeze for SendKeyAction
impl RefUnwindSafe for SendKeyAction
impl Send for SendKeyAction
impl Sync for SendKeyAction
impl Unpin for SendKeyAction
impl UnwindSafe for SendKeyAction
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