pub struct WebwrightSetupStepResult {
pub label: String,
pub command: Vec<String>,
pub status: String,
pub stdout_tail: String,
pub stderr_tail: String,
}Fields§
§label: String§command: Vec<String>§status: String§stdout_tail: String§stderr_tail: StringTrait Implementations§
Source§impl Clone for WebwrightSetupStepResult
impl Clone for WebwrightSetupStepResult
Source§fn clone(&self) -> WebwrightSetupStepResult
fn clone(&self) -> WebwrightSetupStepResult
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 WebwrightSetupStepResult
impl Debug for WebwrightSetupStepResult
Source§impl<'de> Deserialize<'de> for WebwrightSetupStepResult
impl<'de> Deserialize<'de> for WebwrightSetupStepResult
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 WebwrightSetupStepResult
impl RefUnwindSafe for WebwrightSetupStepResult
impl Send for WebwrightSetupStepResult
impl Sync for WebwrightSetupStepResult
impl Unpin for WebwrightSetupStepResult
impl UnsafeUnpin for WebwrightSetupStepResult
impl UnwindSafe for WebwrightSetupStepResult
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