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