Struct azure_devops_rust_api::test::models::AbortTestRunRequest
source · pub struct AbortTestRunRequest {
pub options: Option<i32>,
pub project_name: Option<String>,
pub revision: Option<i32>,
pub test_run_id: Option<i32>,
}Expand description
Fields§
§options: Option<i32>§project_name: Option<String>§revision: Option<i32>§test_run_id: Option<i32>Implementations§
Trait Implementations§
source§impl Clone for AbortTestRunRequest
impl Clone for AbortTestRunRequest
source§fn clone(&self) -> AbortTestRunRequest
fn clone(&self) -> AbortTestRunRequest
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 AbortTestRunRequest
impl Debug for AbortTestRunRequest
source§impl Default for AbortTestRunRequest
impl Default for AbortTestRunRequest
source§fn default() -> AbortTestRunRequest
fn default() -> AbortTestRunRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AbortTestRunRequest
impl<'de> Deserialize<'de> for AbortTestRunRequest
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<AbortTestRunRequest> for AbortTestRunRequest
impl PartialEq<AbortTestRunRequest> for AbortTestRunRequest
source§fn eq(&self, other: &AbortTestRunRequest) -> bool
fn eq(&self, other: &AbortTestRunRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.