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 duplicate 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 for DtlEnvironmentDetails
impl PartialEq for DtlEnvironmentDetails
Source§impl Serialize for DtlEnvironmentDetails
impl Serialize for DtlEnvironmentDetails
impl StructuralPartialEq for DtlEnvironmentDetails
Auto Trait Implementations§
impl Freeze for DtlEnvironmentDetails
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
Source§fn deserialize_with(body: ResponseBody) -> Result<D, Error>
fn deserialize_with(body: ResponseBody) -> Result<D, Error>
Deserialize the response body using the specified format. Read more