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