Struct azure_devops_rust_api::test_plan::models::TestConfiguration
source · pub struct TestConfiguration {
pub test_configuration_create_update_parameters: TestConfigurationCreateUpdateParameters,
pub id: Option<i32>,
pub project: Option<TeamProjectReference>,
}
Expand description
Test configuration
Fields§
§test_configuration_create_update_parameters: TestConfigurationCreateUpdateParameters
§id: Option<i32>
Id of the configuration
project: Option<TeamProjectReference>
Represents a shallow reference to a TeamProject.
Implementations§
Trait Implementations§
source§impl Clone for TestConfiguration
impl Clone for TestConfiguration
source§fn clone(&self) -> TestConfiguration
fn clone(&self) -> TestConfiguration
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 TestConfiguration
impl Debug for TestConfiguration
source§impl Default for TestConfiguration
impl Default for TestConfiguration
source§fn default() -> TestConfiguration
fn default() -> TestConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestConfiguration
impl<'de> Deserialize<'de> for TestConfiguration
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 TestConfiguration
impl PartialEq for TestConfiguration
source§fn eq(&self, other: &TestConfiguration) -> bool
fn eq(&self, other: &TestConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TestConfiguration
impl Serialize for TestConfiguration
impl StructuralPartialEq for TestConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for TestConfiguration
impl Send for TestConfiguration
impl Sync for TestConfiguration
impl Unpin for TestConfiguration
impl UnwindSafe for TestConfiguration
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