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