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