pub struct TestRun2 {
Show 42 fields pub build_configuration_id: Option<i32>, pub build_number: Option<String>, pub comment: Option<String>, pub complete_date: Option<String>, pub controller: Option<String>, pub coverage_id: Option<i32>, pub creation_date: Option<String>, pub deleted_on: Option<String>, pub drop_location: Option<String>, pub due_date: Option<String>, pub error_message: Option<String>, pub incomplete_tests: Option<i32>, pub is_automated: Option<bool>, pub is_bvt: Option<bool>, pub is_migrated: Option<bool>, pub iteration_id: Option<i32>, pub last_updated: Option<String>, pub last_updated_by: Option<String>, pub legacy_share_path: Option<String>, pub max_reserved_result_id: Option<i32>, pub not_applicable_tests: Option<i32>, pub owner: Option<String>, pub passed_tests: Option<i32>, pub post_process_state: Option<String>, pub project_id: Option<String>, pub public_test_settings_id: Option<i32>, pub release_environment_uri: Option<String>, pub release_uri: Option<String>, pub revision: Option<i32>, pub start_date: Option<String>, pub state: Option<String>, pub test_environment_id: Option<String>, pub test_message_log_id: Option<i32>, pub test_plan_id: Option<i32>, pub test_run_context_id: Option<i32>, pub test_run_id: Option<i32>, pub test_settings_id: Option<i32>, pub title: Option<String>, pub total_tests: Option<i32>, pub type_: Option<String>, pub unanalyzed_tests: Option<i32>, pub version: Option<i32>,
}
Expand description

Fields

build_configuration_id: Option<i32>build_number: Option<String>comment: Option<String>complete_date: Option<String>controller: Option<String>coverage_id: Option<i32>creation_date: Option<String>deleted_on: Option<String>drop_location: Option<String>due_date: Option<String>error_message: Option<String>incomplete_tests: Option<i32>is_automated: Option<bool>is_bvt: Option<bool>is_migrated: Option<bool>iteration_id: Option<i32>last_updated: Option<String>last_updated_by: Option<String>legacy_share_path: Option<String>max_reserved_result_id: Option<i32>not_applicable_tests: Option<i32>owner: Option<String>passed_tests: Option<i32>post_process_state: Option<String>project_id: Option<String>public_test_settings_id: Option<i32>release_environment_uri: Option<String>release_uri: Option<String>revision: Option<i32>start_date: Option<String>state: Option<String>test_environment_id: Option<String>test_message_log_id: Option<i32>test_plan_id: Option<i32>test_run_context_id: Option<i32>test_run_id: Option<i32>test_settings_id: Option<i32>title: Option<String>total_tests: Option<i32>type_: Option<String>unanalyzed_tests: Option<i32>version: Option<i32>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more