pub struct WebwrightExportParams {
pub workspace: String,
pub workspace_root: Option<String>,
pub output_dir: String,
}Fields§
§workspace: String§workspace_root: Option<String>§output_dir: StringTrait Implementations§
Source§impl Clone for WebwrightExportParams
impl Clone for WebwrightExportParams
Source§fn clone(&self) -> WebwrightExportParams
fn clone(&self) -> WebwrightExportParams
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 WebwrightExportParams
impl Debug for WebwrightExportParams
Source§impl<'de> Deserialize<'de> for WebwrightExportParams
impl<'de> Deserialize<'de> for WebwrightExportParams
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 WebwrightExportParams
impl RefUnwindSafe for WebwrightExportParams
impl Send for WebwrightExportParams
impl Sync for WebwrightExportParams
impl Unpin for WebwrightExportParams
impl UnsafeUnpin for WebwrightExportParams
impl UnwindSafe for WebwrightExportParams
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