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