pub struct Runner { /* private fields */ }Expand description
Executes automation configs.
Implementations§
Source§impl Runner
impl Runner
Sourcepub async fn new(config: &BrowserConfig) -> Result<Self>
pub async fn new(config: &BrowserConfig) -> Result<Self>
Create a new runner with browser config.
Sourcepub async fn run(&mut self, config: &Config) -> Result<RunResult>
pub async fn run(&mut self, config: &Config) -> Result<RunResult>
Run the config with retry support.
Auto Trait Implementations§
impl Freeze for Runner
impl !RefUnwindSafe for Runner
impl Send for Runner
impl Sync for Runner
impl Unpin for Runner
impl UnsafeUnpin for Runner
impl !UnwindSafe for Runner
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