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