pub struct QueryTestActionResultResponse {
pub test_action_results: Vec<TestActionResult>,
pub test_attachments: Vec<TestResultAttachment>,
pub test_result_parameters: Vec<TestResultParameter>,
}
Expand description
Fields§
§test_action_results: Vec<TestActionResult>
§test_attachments: Vec<TestResultAttachment>
§test_result_parameters: Vec<TestResultParameter>
Implementations§
Trait Implementations§
source§impl Clone for QueryTestActionResultResponse
impl Clone for QueryTestActionResultResponse
source§fn clone(&self) -> QueryTestActionResultResponse
fn clone(&self) -> QueryTestActionResultResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for QueryTestActionResultResponse
impl Default for QueryTestActionResultResponse
source§fn default() -> QueryTestActionResultResponse
fn default() -> QueryTestActionResultResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for QueryTestActionResultResponse
impl<'de> Deserialize<'de> for QueryTestActionResultResponse
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
source§impl PartialEq for QueryTestActionResultResponse
impl PartialEq for QueryTestActionResultResponse
source§fn eq(&self, other: &QueryTestActionResultResponse) -> bool
fn eq(&self, other: &QueryTestActionResultResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for QueryTestActionResultResponse
Auto Trait Implementations§
impl Freeze for QueryTestActionResultResponse
impl RefUnwindSafe for QueryTestActionResultResponse
impl Send for QueryTestActionResultResponse
impl Sync for QueryTestActionResultResponse
impl Unpin for QueryTestActionResultResponse
impl UnwindSafe for QueryTestActionResultResponse
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