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