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