Struct azure_devops_rust_api::test::models::ResultsByQueryResponse
source · pub struct ResultsByQueryResponse {
pub excess_ids: Vec<LegacyTestCaseResultIdentifier>,
pub test_results: Vec<LegacyTestCaseResult>,
}Expand description
Fields§
§excess_ids: Vec<LegacyTestCaseResultIdentifier>§test_results: Vec<LegacyTestCaseResult>Implementations§
Trait Implementations§
source§impl Clone for ResultsByQueryResponse
impl Clone for ResultsByQueryResponse
source§fn clone(&self) -> ResultsByQueryResponse
fn clone(&self) -> ResultsByQueryResponse
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 Debug for ResultsByQueryResponse
impl Debug for ResultsByQueryResponse
source§impl Default for ResultsByQueryResponse
impl Default for ResultsByQueryResponse
source§fn default() -> ResultsByQueryResponse
fn default() -> ResultsByQueryResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ResultsByQueryResponse
impl<'de> Deserialize<'de> for ResultsByQueryResponse
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<ResultsByQueryResponse> for ResultsByQueryResponse
impl PartialEq<ResultsByQueryResponse> for ResultsByQueryResponse
source§fn eq(&self, other: &ResultsByQueryResponse) -> bool
fn eq(&self, other: &ResultsByQueryResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ResultsByQueryResponse
impl Serialize for ResultsByQueryResponse
impl StructuralPartialEq for ResultsByQueryResponse
Auto Trait Implementations§
impl RefUnwindSafe for ResultsByQueryResponse
impl Send for ResultsByQueryResponse
impl Sync for ResultsByQueryResponse
impl Unpin for ResultsByQueryResponse
impl UnwindSafe for ResultsByQueryResponse
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