pub struct WebwrightPrepareParams {
pub task: String,
pub mode: Option<String>,
pub start_url: Option<String>,
pub task_id: Option<String>,
pub browser: Option<String>,
pub headless: Option<bool>,
pub output_dir: Option<String>,
pub workspace: Option<String>,
}Fields§
§task: String§mode: Option<String>§start_url: Option<String>§task_id: Option<String>§browser: Option<String>§headless: Option<bool>§output_dir: Option<String>§workspace: Option<String>Trait Implementations§
Source§impl Clone for WebwrightPrepareParams
impl Clone for WebwrightPrepareParams
Source§fn clone(&self) -> WebwrightPrepareParams
fn clone(&self) -> WebwrightPrepareParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WebwrightPrepareParams
impl Debug for WebwrightPrepareParams
Source§impl<'de> Deserialize<'de> for WebwrightPrepareParams
impl<'de> Deserialize<'de> for WebwrightPrepareParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WebwrightPrepareParams
impl RefUnwindSafe for WebwrightPrepareParams
impl Send for WebwrightPrepareParams
impl Sync for WebwrightPrepareParams
impl Unpin for WebwrightPrepareParams
impl UnsafeUnpin for WebwrightPrepareParams
impl UnwindSafe for WebwrightPrepareParams
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