[−][src]Struct google_testing1::TestExecution
A single test executed in a single environment.
This type is not used in any activity, and only used as part of another schema.
Fields
project_id: Option<String>Output only. The cloud project that owns the test execution.
matrix_id: Option<String>Output only. Id of the containing TestMatrix.
shard: Option<Shard>Output only. Details about the shard.
id: Option<String>Output only. Unique id set by the service.
environment: Option<Environment>Output only. How the host machine(s) are configured.
state: Option<String>Output only. Indicates the current progress of the test execution (e.g., FINISHED).
test_specification: Option<TestSpecification>Output only. How to run the test.
timestamp: Option<String>Output only. The time this test execution was initially created.
tool_results_step: Option<ToolResultsStep>Output only. Where the results for this execution are written.
test_details: Option<TestDetails>Output only. Additional details about the running test.
Trait Implementations
impl Clone for TestExecution[src]
fn clone(&self) -> TestExecution[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TestExecution[src]
impl Default for TestExecution[src]
fn default() -> TestExecution[src]
impl<'de> Deserialize<'de> for TestExecution[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for TestExecution[src]
impl Serialize for TestExecution[src]
Auto Trait Implementations
impl RefUnwindSafe for TestExecution
impl Send for TestExecution
impl Sync for TestExecution
impl Unpin for TestExecution
impl UnwindSafe for TestExecution
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,