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