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>
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
sourceimpl<'de> Deserialize<'de> for TestRun2
impl<'de> Deserialize<'de> for TestRun2
sourcefn 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
impl StructuralPartialEq for TestRun2
Auto Trait Implementations
impl RefUnwindSafe for TestRun2
impl Send for TestRun2
impl Sync for TestRun2
impl Unpin for TestRun2
impl UnwindSafe for TestRun2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more